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>