From f0b014623ae9d5b629a3991d1231252591b7be0c Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Tue, 18 Aug 2009 11:23:09 +0000 Subject: [PATCH] enhance copy filtering docs. PR 16848 git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805364 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/copy.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTasks/copy.html b/docs/manual/CoreTasks/copy.html index acfbcfded..4e16b8957 100644 --- a/docs/manual/CoreTasks/copy.html +++ b/docs/manual/CoreTasks/copy.html @@ -91,8 +91,8 @@ operation as filtersets. filtering - Indicates whether token filtering using the global - build-file filters should take place during the copy. + Indicates whether token filtering using the global + build-file filters should take place during the copy. Note: Nested <filterset> elements will always be used, even if this attribute is not specified, or its value is false (no, or off). @@ -192,6 +192,8 @@ be used.

tokens in files that are copied. To use a FilterSet, use the nested <filterset> element.

+

It is possible to use more than one filterset.

+

filterchain

The Copy task supports nested FilterChains.