conor       01/01/21 07:35:46

  Modified:    docs     index.html
  Log:
  Fix documentation for Get task
  
  Submitted by: Nico Seessle <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.193     +3 -3      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.192
  retrieving revision 1.193
  diff -u -r1.192 -r1.193
  --- index.html        2001/01/21 00:40:39     1.192
  +++ index.html        2001/01/21 15:35:45     1.193
  @@ -34,7 +34,7 @@
   
   <center>
   <p>Version: @VERSION@<br>
  -$Id: index.html,v 1.192 2001/01/21 00:40:39 donaldp Exp $</p>
  +$Id: index.html,v 1.193 2001/01/21 15:35:45 conor Exp $</p>
   </center>
   
   <hr>
  @@ -2800,7 +2800,7 @@
   doing automated builds. CVS is significantly slower than loading a compressed
   archive with http/ftp.</p>
   
  -The <i>usetimestamps</i> option enables you to control downloads so that the 
remote file is
  +The <i>usetimestamp</i> option enables you to control downloads so that the 
remote file is
   only fetched if newer than the local copy. If there is no local copy, the 
download always takes 
   place. When a file is downloaded, the timestamp of the downloaded file is 
set to the remote timestamp,
   if  the JVM is Java1.2 or later. 
  @@ -2833,7 +2833,7 @@
       <td align="center" valign="top">No</td>
     </tr>
     <tr>
  -    <td valign="top">usetimestamps</td>
  +    <td valign="top">usetimestamp</td>
       <td valign="top">conditionally download a file based on the timestamp of 
the local copy.
        HTTP only</td>
       <td align="center" valign="top">No</td>
  
  
  

Reply via email to