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>&quot;.bak&quot;</code> to the names of all files
   in a directory.</b></p>
   <pre>
  -  &lt;move todir=&quot;my/src/dir&quot;&gt;
  +  &lt;move todir=&quot;my/src/dir&quot; 
includeemptydirs=&quot;false&quot;&gt;
       &lt;fileset dir=&quot;my/src/dir&quot;&gt;
         &lt;exclude name=&quot;**/*.bak&quot;/&gt;
       &lt;/fileset&gt;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to