bruce 2002/07/12 14:05:56
Modified: docs/manual/CoreTypes Tag: ANT_15_BRANCH selectors.html
Log:
Corrected example for present selector
Revision Changes Path
No revision
No revision
1.1.2.5 +4 -2 jakarta-ant/docs/manual/CoreTypes/selectors.html
Index: selectors.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTypes/selectors.html,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -r1.1.2.4 -r1.1.2.5
--- selectors.html 31 May 2002 22:31:30 -0000 1.1.2.4
+++ selectors.html 12 Jul 2002 21:05:56 -0000 1.1.2.5
@@ -352,7 +352,9 @@
<li>both - select files only if they are present both in the
src and target directory trees
</ul>
- Default is both.
+ Default is both. Setting this attribute to "srconly"
+ is equivalent to wrapping the selector in the <not>
+ selector container.
</td>
<td valign="top" align="center">No</td>
</tr>
@@ -362,7 +364,7 @@
<blockquote><pre>
<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>
</pre></blockquote>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>