bodewig     2004/11/24 06:06:49

  Modified:    docs/manual/CoreTasks copy.html
  Log:
  Use new mapper syntax in an example, submitted by Russel Gold
  
  Revision  Changes    Path
  1.27      +3 -1      ant/docs/manual/CoreTasks/copy.html
  
  Index: copy.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/copy.html,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -r1.26 -r1.27
  --- copy.html 19 Nov 2004 09:07:09 -0000      1.26
  +++ copy.html 24 Nov 2004 14:06:49 -0000      1.27
  @@ -199,7 +199,9 @@
   <pre>
     &lt;copy todir=&quot;../backup/dir&quot;&gt;
       &lt;fileset dir=&quot;src_dir&quot;/&gt;
  -    &lt;mapper type=&quot;glob&quot; from=&quot;*&quot; 
to=&quot;*.bak&quot;/&gt;
  +    &lt;mapper&gt;
  +        &lt;globmapper from=&quot;*&quot; to=&quot;*.bak&quot;/&gt;
  +    &lt;/mapper&gt;
     &lt;/copy&gt;
   </pre>
   
  
  
  

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

Reply via email to