From 30a591dfb1413253673668239460f5c3165f4847 Mon Sep 17 00:00:00 2001 From: Jan Materne Date: Wed, 21 May 2008 05:24:02 +0000 Subject: [PATCH] Clearify the matching-rule git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@658558 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/selectors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index 9f37ee5cf..03826cf99 100755 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -524,7 +524,7 @@

Regular Expression Selector

The <containsregexp> tag in a FileSet limits - the files defined by that fileset to only those which contain a + the files defined by that fileset to only those which contents contain a match to the regular expression specified by the expression attribute.

The <containsregexp> selector can be used as a