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 2003/08/14 16:37:07 UTC

cvs commit: ant/docs/manual/CoreTasks javac.html

bodewig     2003/08/14 07:37:07

  Modified:    docs/manual/CoreTasks javac.html
  Log:
  Record default for <javac>'s verbose attribute, submitted by Larry Shatzer
  
  Revision  Changes    Path
  1.41      +2 -1      ant/docs/manual/CoreTasks/javac.html
  
  Index: javac.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/javac.html,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- javac.html	15 May 2003 12:44:00 -0000	1.40
  +++ javac.html	14 Aug 2003 14:37:07 -0000	1.41
  @@ -243,7 +243,8 @@
     </tr>
     <tr>
       <td valign="top">verbose</td>
  -    <td valign="top">Asks the compiler for verbose output.</td>
  +    <td valign="top">Asks the compiler for verbose output; defaults to
  +      <code>no</code>.</td>
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  
  
  

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