bodewig     00/10/10 07:52:28

  Modified:    docs     index.html
  Log:
  Synced the documentation for <javac> with the implementation.
  
  Reported by:  Ernst de Haan <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.126     +5 -5      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.125
  retrieving revision 1.126
  diff -u -r1.125 -r1.126
  --- index.html        2000/10/06 11:32:01     1.125
  +++ index.html        2000/10/10 14:52:22     1.126
  @@ -26,7 +26,7 @@
     <li>Dave Walend (<a href="mailto:[EMAIL PROTECTED]">[EMAIL 
PROTECTED]</a>)</li>
   </ul>
   
  -<p>Version 1.2 - 2000/09/27</p>
  +<p>Version 1.2 - 2000/10/10</p>
   
   <hr>
   <h2>Table of Contents</h2>
  @@ -2622,19 +2622,19 @@
     <tr>
       <td valign="top">debug</td>
       <td valign="top">indicates whether there should be compiled with debug
  -      information (&quot;on&quot;).</td>
  +      information (&quot;off&quot;).</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
       <td valign="top">optimize</td>
       <td valign="top">indicates whether there should be compiled with
  -      optimization (&quot;on&quot;).</td>
  +      optimization (&quot;off&quot;).</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
       <td valign="top">deprecation</td>
       <td valign="top">indicates whether there should be compiled with 
deprecation
  -      information (&quot;on&quot;).</td>
  +      information (&quot;off&quot;).</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  @@ -2650,7 +2650,7 @@
     </tr>
     <tr>
       <td valign="top">depend</td> <td valign="top">enables dependency
  -      tracking for compilers that support this (jikes and modern)</td>
  +      tracking for compilers that support this (jikes and classic)</td>
       <td align="center" valign="top">No</td>
     </tr>
   </table>
  
  
  

Reply via email to