From 2b442b9b9ff5cf9ab261fffa13b28dfbcbc5372e Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Mon, 15 Jul 2002 11:29:31 +0000 Subject: [PATCH] merge from 1.5 branch git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273108 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTypes/selectors.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/CoreTypes/selectors.html b/docs/manual/CoreTypes/selectors.html index 245add78e..4424147e3 100755 --- a/docs/manual/CoreTypes/selectors.html +++ b/docs/manual/CoreTypes/selectors.html @@ -339,7 +339,9 @@
  • both - select files only if they are present both in the src and target directory trees - Default is both. + Default is both. Setting this attribute to "srconly" + is equivalent to wrapping the selector in the <not> + selector container. No @@ -349,7 +351,7 @@
     <fileset dir="${ant.1.5}/src/main" includes="**/*.java">
    -    <present targetdir="${ant.1.4.1}/src/main"/>
    +    <present present="srconly" targetdir="${ant.1.4.1}/src/main"/>
     </fileset>