You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2001/07/20 16:01:48 UTC

cvs commit: jakarta-ant/docs/manual dirtasks.html

conor       01/07/20 07:01:48

  Modified:    docs/manual dirtasks.html
  Log:
  Fix up typo in documentation
  
  PR:	2706
  Submitted by:	jfreidling@bigfoot.de
  
  Revision  Changes    Path
  1.6       +1 -1      jakarta-ant/docs/manual/dirtasks.html
  
  Index: dirtasks.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/dirtasks.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dirtasks.html	2001/07/12 13:02:37	1.5
  +++ dirtasks.html	2001/07/20 14:01:48	1.6
  @@ -139,7 +139,7 @@
   <p> This example can also be expressed using nested elements:</p>
   <pre>
   &lt;copy todir=&quot;${dist}&quot;>
  -  &lt;fileset dir=&quot;${src}&quot;/&gt;
  +  &lt;fileset dir=&quot;${src}&quot;&gt;
       &lt;include name=&quot;**/images/*&quot;/&gt;
       &lt;exclude name=&quot;**/*.gif&quot;/&gt;
     &lt;/fileset&gt;