antoine 2003/10/29 10:23:46
Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH move.html
Log:
fix example of usage of the move task
PR: 24193
Submitted by: Jesse Glick (jglick at netbeans dot org)
Revision Changes Path
No revision
No revision
1.14.2.2 +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.14.2.1
retrieving revision 1.14.2.2
diff -u -r1.14.2.1 -r1.14.2.2
--- move.html 9 Oct 2003 21:01:07 -0000 1.14.2.1
+++ move.html 29 Oct 2003 18:23:46 -0000 1.14.2.2
@@ -158,7 +158,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]