You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by an...@apache.org on 2003/08/24 16:24:53 UTC

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

antoine     2003/08/24 07:24:53

  Modified:    docs/manual/CoreTasks chmod.html
  Log:
  Add an example with an octal permission for chmod's documentation.
  PR: 22445
  
  Revision  Changes    Path
  1.15      +5 -0      ant/docs/manual/CoreTasks/chmod.html
  
  Index: chmod.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/chmod.html,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- chmod.html	24 Jun 2003 09:16:10 -0000	1.14
  +++ chmod.html	24 Aug 2003 14:24:53 -0000	1.15
  @@ -104,6 +104,11 @@
   <p>makes the &quot;start.sh&quot; file readable and executable for anyone on a
   UNIX system.</p>
   <blockquote>
  +  <p><code>&lt;chmod file=&quot;${dist}/start.sh&quot; perm=&quot;700&quot;/&gt;</code></p>
  +</blockquote>
  +<p>makes the &quot;start.sh&quot; file readable, writable and executable only for the owner on a
  +UNIX system.</p>
  +<blockquote>
   <pre>
   &lt;chmod dir=&quot;${dist}/bin&quot; perm=&quot;ugo+rx&quot; 
          includes=&quot;**/*.sh&quot;/&gt;
  
  
  

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