antoine 2003/10/29 10:22:10
Modified: docs/manual/CoreTasks move.html
Log:
fix documentation of move task
PR: 24193
Submitted by: Jesse Glick (jglick at netbeans dot org)
Revision Changes Path
1.16 +1 -1 ant/docs/manual/CoreTasks/move.html
Index: move.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/CoreTasks/move.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- move.html 23 Sep 2003 13:16:04 -0000 1.15
+++ move.html 29 Oct 2003 18:22:10 -0000 1.16
@@ -167,7 +167,7 @@
<p><b>Append <code>".bak"</code> to the names of all files
in a directory.</b></p>
<pre>
- <move todir="my/src/dir">
+ <move todir="my/src/dir"
includeemptydirs="false">
<fileset dir="my/src/dir">
<exclude name="**/*.bak"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]