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 2002/09/05 16:12:22 UTC

cvs commit: jakarta-ant/proposal/sandbox/antlib/docs/manual/CoreTasks antlib.html

bodewig     2002/09/05 07:12:22

  Modified:    proposal/sandbox/antlib/docs/manual/CoreTasks antlib.html
  Log:
  Fix typo.
  
  Submitted by:	Larry Shatzer
  
  Revision  Changes    Path
  1.3       +1 -1      jakarta-ant/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html
  
  Index: antlib.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/sandbox/antlib/docs/manual/CoreTasks/antlib.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- antlib.html	11 Feb 2002 03:39:00 -0000	1.2
  +++ antlib.html	5 Sep 2002 14:12:22 -0000	1.3
  @@ -131,7 +131,7 @@
   <pre>  &lt;antlib library=&quot;optional.jar&quot;/&gt;</pre>
   <p>loads the definitions from the library <code>optional.jar</code> 
   located at <code>${ant.home}/lib</code>.</p>
  -<pre>  &lt;antlib file=&quot;${build}/lib/mylib.jar&quot&gt;
  +<pre>  &lt;antlib file=&quot;${build}/lib/mylib.jar&quot;&gt;
       &lt;alias name=&quot;echo&quot; as=&quot;myecho&quot;/&gt;
     &lt;/antlib&gt;
   </pre>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>