bodewig     00/10/12 06:25:20

  Modified:    docs     index.html
  Log:
  Documentation change, javac.destdir is no longer required.
  
  Revision  Changes    Path
  1.127     +2 -2      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.126
  retrieving revision 1.127
  diff -u -r1.126 -r1.127
  --- index.html        2000/10/10 14:52:22     1.126
  +++ index.html        2000/10/12 13:25:15     1.127
  @@ -26,7 +26,7 @@
     <li>Dave Walend (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</li>
   </ul>
   
  -<p>Version 1.2 - 2000/10/10</p>
  +<p>Version 1.2 - 2000/10/12</p>
   
   <hr>
   <h2>Table of Contents</h2>
  @@ -2555,7 +2555,7 @@
     <tr>
       <td valign="top">destdir</td>
       <td valign="top">location where to store the class files.</td>
  -    <td align="center" valign="top">Yes</td>
  +    <td align="center" valign="top">No (defaults to - the first - 
srcdir)</td>
     </tr>
     <tr>
       <td valign="top">includes</td>
  
  
  

Reply via email to