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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to