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>&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