nico        01/01/25 02:25:02

  Modified:    docs     index.html
  Log:
  Corrected example for usetimestamp-attribute of get-task (by me)
  and
  Corrected examples for chmod-task
  Submitted by: <[EMAIL PROTECTED]>
  
  Revision  Changes    Path
  1.195     +5 -6      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.194
  retrieving revision 1.195
  diff -u -r1.194 -r1.195
  --- index.html        2001/01/22 22:17:50     1.194
  +++ index.html        2001/01/25 10:25:01     1.195
  @@ -34,7 +34,7 @@
   
   <center>
   <p>Version: @VERSION@<br>
  -$Id: index.html,v 1.194 2001/01/22 22:17:50 glennm Exp $</p>
  +$Id: index.html,v 1.195 2001/01/25 10:25:01 nico Exp $</p>
   </center>
   
   <hr>
  @@ -1705,8 +1705,7 @@
   </table>
   <h3>Examples</h3>
   <blockquote>
  -  <p><code>&lt;chmod file=&quot;${dist}/start.sh&quot; 
perm=&quot;ugo+rx&quot;
  -  /&gt;</code></p>
  +  <p><code>&lt;chmod file=&quot;${dist}/start.sh&quot; 
perm=&quot;ugo+rx&quot;/&gt;</code></p>
   </blockquote>
   <p>makes the &quot;start.sh&quot; file readable and executable for anyone on 
a
   UNIX system.</p>
  @@ -1719,8 +1718,8 @@
   readable and executable for anyone on a UNIX system.</p>
   <blockquote>
   <pre>
  -&lt;chmod perm=&quot;g+w&quot;/&gt;
  -  &lt;fileset dir=&quot;shared/sources1&quot; &gt;
  +&lt;chmod perm=&quot;g+w&quot;&gt;
  +  &lt;fileset dir=&quot;shared/sources1&quot;&gt;
       &lt;exclude name=&quot;**/trial/**&quot;/&gt;
     &lt;/fileset&gt;
     &lt;fileset refid=&quot;other.shared.sources&quot;/&gt;
  @@ -2860,7 +2859,7 @@
   <pre>  &lt;get 
src=&quot;http://jakarta.apache.org/builds/tomcat/nightly/ant.zip&quot; 
        dest=&quot;optional.jar&quot; 
        verbose=&quot;true&quot;
  -     usetimestamps=&quot;true&quot;/&gt;</pre>
  +     usetimestamp=&quot;true&quot;/&gt;</pre>
   <p>
   Gets the nightly ant build from the tomcat distribution, if the local copy
   is missing or out of date. Uses the verbose option 
  
  
  

Reply via email to