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 2002/11/14 10:23:49 UTC

cvs commit: jakarta-ant/docs/manual tasksoverview.html

bodewig     2002/11/14 01:23:49

  Modified:    docs/manual tasksoverview.html
  Log:
  Add new tasks to overview
  
  Revision  Changes    Path
  1.18      +21 -0     jakarta-ant/docs/manual/tasksoverview.html
  
  Index: tasksoverview.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- tasksoverview.html	14 Nov 2002 07:48:24 -0000	1.17
  +++ tasksoverview.html	14 Nov 2002 09:23:49 -0000	1.18
  @@ -450,17 +450,38 @@
     </tr>
   
     <tr valign="top">
  +    <td nowrap><a href="OptionalTasks/attrib.html">Attrib</a></td>
  +    <td><p>Changes the permissions and/or attributes of a file or all
  +    files inside the specified directories. Currently, it has effect
  +    only under Windows.</p></td>
  +  </tr>
  +
  +  <tr valign="top">
       <td nowrap><a href="CoreTasks/checksum.html">Checksum</a></td>
       <td><p>Generates a checksum for a file or set of files. This task can
        also be used to perform checksum verifications.</p></td>
     </tr>
   
     <tr valign="top">
  +    <td nowrap><a href="OptionalTasks/chgrp.html">Chgrp</a></td>
  +    <td><p>Changes the group ownership of a file or all files inside
  +    the specified directories. Currently, it has effect only under
  +    Unix.</p></td>
  +  </tr>
  +
  +  <tr valign="top">
       <td nowrap><a href="CoreTasks/chmod.html">Chmod</a></td>
       <td><p>Changes the permissions of a file or all files inside the
        specified directories. Currently, it has effect only under Unix.
        The permissions are also UNIX style, like the arguments for the
       <i>chmod</i> command.</p></td>
  +  </tr>
  +
  +  <tr valign="top">
  +    <td nowrap><a href="OptionalTasks/chown.html">Chown</a></td>
  +    <td><p>Changes the owner of a file or all files inside the
  +    specified directories. Currently, it has effect only under
  +    Unix.</p></td>
     </tr>
   
     <tr valign="top">
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>