From 83bc4ad6ad0f0a63aea22d9d5543defdcf5b953a Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 18 Aug 2009 11:41:00 +0000
Subject: [PATCH] the last filter wins. PR 41403
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@805370 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTypes/filterset.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/manual/CoreTypes/filterset.html b/docs/manual/CoreTypes/filterset.html
index 468b45079..0ac198991 100644
--- a/docs/manual/CoreTypes/filterset.html
+++ b/docs/manual/CoreTypes/filterset.html
@@ -45,6 +45,9 @@ filters.
Filtersets are used for doing
replacements in tasks such as <copy>
, etc.
+If you specify multiple values for the same token, the last one
+ defined within a filterset will be used.
+
Note: 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