You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2001/05/03 15:01:35 UTC

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

bodewig     01/05/03 06:01:35

  Modified:    docs/manual using.html
  Log:
  fix wording of fileset example.
  
  PR: 1239
  Submitted by:	Daniel.Barclay@digitalfocus.com
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/using.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- using.html	2001/03/09 08:54:34	1.3
  +++ using.html	2001/05/03 13:01:34	1.4
  @@ -317,7 +317,7 @@
         <pathelement location="classes"/>
       </classpath>
   </pre>
  -<p>Builds a path that holds the value of <code>${classpath}</code>,
  +<p>This builds a path that holds the value of <code>${classpath}</code>,
   followed by all jar files in the <code>lib</code> directory, followed
   by the <code>classes</code> directory.</p>
   <p>If you want to use the same path-like structure for several tasks,