bodewig     2003/04/11 06:31:19

  Modified:    docs/manual/CoreTasks ear.html jar.html war.html zip.html
  Log:
  Indicate default for update attribute, Bug 18949
  
  Revision  Changes    Path
  1.15      +2 -2      ant/docs/manual/CoreTasks/ear.html
  
  Index: ear.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/ear.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- ear.html  30 Jul 2002 10:38:56 -0000      1.14
  +++ ear.html  11 Apr 2003 13:31:18 -0000      1.15
  @@ -94,7 +94,7 @@
     <tr>
       <td valign="top">update</td>
       <td valign="top">indicates whether to update or overwrite
  -      the destination file if it already exists.</td>
  +      the destination file if it already exists.  Default is 
&quot;false&quot;.</td>
       <td valign="top" align="center">No</td>
     </tr>
     <tr>
  @@ -117,7 +117,7 @@
       &lt;/ear&gt;
   </pre>
   <hr>
  -<p align="center">Copyright &copy; 2001-2002 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2001-2003 Apache Software Foundation. All 
rights
   Reserved.</p>
   
   </body>
  
  
  
  1.26      +1 -1      ant/docs/manual/CoreTasks/jar.html
  
  Index: jar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/jar.html,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- jar.html  22 Mar 2003 09:39:46 -0000      1.25
  +++ jar.html  11 Apr 2003 13:31:18 -0000      1.26
  @@ -133,7 +133,7 @@
     <tr>
       <td valign="top">update</td>
       <td valign="top">indicates whether to update or overwrite
  -      the destination file if it already exists.</td>
  +      the destination file if it already exists.  Default is 
&quot;false&quot;.</td>
       <td valign="top" align="center">No</td>
     </tr>
     <tr>
  
  
  
  1.18      +2 -2      ant/docs/manual/CoreTasks/war.html
  
  Index: war.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/war.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- war.html  31 Oct 2002 07:23:50 -0000      1.17
  +++ war.html  11 Apr 2003 13:31:18 -0000      1.18
  @@ -102,7 +102,7 @@
     <tr>
       <td valign="top">update</td>
       <td valign="top">indicates whether to update or overwrite
  -      the destination file if it already exists.</td>
  +      the destination file if it already exists.  Default is 
&quot;false&quot;.</td>
       <td valign="top" align="center">No</td>
     </tr>
     <tr>
  @@ -180,7 +180,7 @@
   report. 
   
   <hr>
  -<p align="center">Copyright &copy; 2000-2002 Apache Software Foundation. All 
rights
  +<p align="center">Copyright &copy; 2000-2003 Apache Software Foundation. All 
rights
   Reserved.</p>
   
   </body>
  
  
  
  1.18      +1 -1      ant/docs/manual/CoreTasks/zip.html
  
  Index: zip.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- zip.html  19 Feb 2003 07:57:29 -0000      1.17
  +++ zip.html  11 Apr 2003 13:31:18 -0000      1.18
  @@ -139,7 +139,7 @@
     <tr>
       <td valign="top">update</td>
       <td valign="top">indicates whether to update or overwrite
  -      the destination file if it already exists.</td>
  +      the destination file if it already exists.  Default is 
&quot;false&quot;.</td>
       <td valign="top" align="center">No</td>
     </tr>
     <tr>
  
  
  

Reply via email to