nico        01/02/28 00:06:21

  Modified:    docs/manual/CoreTasks Tag: ANT_13_BRANCH filter.html
  Log:
  Bug #734 - filtering="true" needed on copy to make the example work
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.4   +1 -1      jakarta-ant/docs/manual/CoreTasks/filter.html
  
  Index: filter.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/filter.html,v
  retrieving revision 1.1.2.3
  retrieving revision 1.1.2.4
  diff -u -r1.1.2.3 -r1.1.2.4
  --- filter.html       2001/02/17 09:44:22     1.1.2.3
  +++ filter.html       2001/02/28 08:06:21     1.1.2.4
  @@ -44,7 +44,7 @@
   <p>* see notes 1 and 2 above parameters table.</p>
   <h3>Examples</h3>
   <pre>  &lt;filter token=&quot;year&quot; value=&quot;2000&quot;/&gt;
  -  &lt;copy todir=&quot;${dest.dir}&quot;&gt;
  +  &lt;copy todir=&quot;${dest.dir}&quot; filtering=&quot;true&quot;&gt;
       &lt;fileset dir=&quot;${src.dir}&quot;/&gt;
     &lt;/copy&gt;</pre> 
   <p>will copy recursively all the files from the <i>src.dir</i> directory into
  
  
  

Reply via email to