Author: bodewig
Date: Tue Aug 18 11:41:00 2009
New Revision: 805370
URL: http://svn.apache.org/viewvc?rev=805370&view=rev
Log:
the last filter wins. PR 41403
Modified:
ant/core/trunk/docs/manual/CoreTypes/filterset.html
Modified: ant/core/trunk/docs/manual/CoreTypes/filterset.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTypes/filterset.html?rev=805370&r1=805369&r2=805370&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTypes/filterset.html (original)
+++ ant/core/trunk/docs/manual/CoreTypes/filterset.html Tue Aug 18 11:41:00 2009
@@ -45,6 +45,9 @@
<p>Filtersets are used for doing
replacements in tasks such as <code><copy></code>, etc.</p>
+<p>If you specify multiple values for the same token, the last one
+ defined within a filterset will be used.</p>
+
<p>
<strong>Note: </strong>When a filterset is used in an operation, the files are
processed in text mode and the filters applied line by line. This means that