You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/07/22 07:52:37 UTC

cvs commit: ant/docs/manual using.html

antoine     2003/07/21 22:52:37

  Modified:    docs/manual using.html
  Log:
  missing closing / in XML filelist element
  PR: 21784
  Submitted by: aledonne at yahoo dot com
  
  Revision  Changes    Path
  1.30      +1 -1      ant/docs/manual/using.html
  
  Index: using.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/using.html,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- using.html	27 Apr 2003 07:39:23 -0000	1.29
  +++ using.html	22 Jul 2003 05:52:36 -0000	1.30
  @@ -373,7 +373,7 @@
           <include name="apps/**/classes"/>
           <exclude name="apps/**/*Test*"/>
         </dirset>
  -      <filelist refid="third-party_jars">
  +      <filelist refid="third-party_jars"/>
       </classpath>
   </pre>
   <p>This builds a path that holds the value of <code>${classpath}</code>,
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org