Author: bodewig
Date: Tue Aug 18 11:23:09 2009
New Revision: 805364
URL: http://svn.apache.org/viewvc?rev=805364&view=rev
Log:
enhance copy filtering docs. PR 16848
Modified:
ant/core/trunk/docs/manual/CoreTasks/copy.html
Modified: ant/core/trunk/docs/manual/CoreTasks/copy.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/copy.html?rev=805364&r1=805363&r2=805364&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/copy.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/copy.html Tue Aug 18 11:23:09 2009
@@ -91,8 +91,8 @@
</tr>
<tr>
<td valign="top">filtering</td>
- <td valign="top">Indicates whether token filtering using the global
- build-file filters should take place during the copy.
+ <td valign="top">Indicates whether token filtering using the <a
href="../using.html#filters">global
+ build-file filters</a> should take place during the copy.
<em>Note</em>: Nested <code><filterset></code> elements will
always be used, even if this attribute is not specified, or its value is
<code>false</code> (<code>no</code>, or <code>off</code>).</td>
@@ -192,6 +192,8 @@
tokens in files that are copied.
To use a FilterSet, use the nested <code><filterset></code> element.</p>
+<p>It is possible to use more than one filterset.</p>
+
<h4>filterchain</h4>
<p>The Copy task supports nested <a href="../CoreTypes/filterchain.html">
FilterChain</a>s.</p>