bodewig 2002/07/15 04:29:31
Modified: docs/manual/CoreTypes selectors.html
Log:
merge from 1.5 branch
Revision Changes Path
1.3 +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.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- selectors.html 1 Jun 2002 12:26:35 -0000 1.2
+++ selectors.html 15 Jul 2002 11:29:31 -0000 1.3
@@ -339,7 +339,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>
@@ -349,7 +351,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]>