Browse Source

the last filter wins. PR 41403

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805370 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 16 years ago
parent
commit
83bc4ad6ad
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      docs/manual/CoreTypes/filterset.html

+ 3
- 0
docs/manual/CoreTypes/filterset.html View File

@@ -45,6 +45,9 @@ filters.</p>
<p>Filtersets are used for doing <p>Filtersets are used for doing
replacements in tasks such as <code>&lt;copy&gt;</code>, etc.</p> replacements in tasks such as <code>&lt;copy&gt;</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> <p>
<strong>Note: </strong>When a filterset is used in an operation, the files are <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 processed in text mode and the filters applied line by line. This means that


Loading…
Cancel
Save