peterreilly 2005/03/09 03:30:59 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH basename.html chmod.html Log: sync Revision Changes Path No revision No revision 1.3.4.5 +1 -1 ant/docs/manual/CoreTasks/basename.html Index: basename.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/basename.html,v retrieving revision 1.3.4.4 retrieving revision 1.3.4.5 diff -u -r1.3.4.4 -r1.3.4.5 --- basename.html 8 Mar 2005 18:25:48 -0000 1.3.4.4 +++ basename.html 9 Mar 2005 11:30:57 -0000 1.3.4.5 @@ -58,7 +58,7 @@ or a simple filename (eg., <code>myjar.jar</code>). <blockquote><pre> <basename property="cmdname" file="D:/usr/local/foo.exe" - suffix=".exe"/> + suffix=".exe"/> </pre></blockquote> will set <code>cmdname</code> to <code>foo</code>. <blockquote><pre> 1.15.2.6 +7 -7 ant/docs/manual/CoreTasks/chmod.html Index: chmod.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/chmod.html,v retrieving revision 1.15.2.5 retrieving revision 1.15.2.6 diff -u -r1.15.2.5 -r1.15.2.6 --- chmod.html 8 Mar 2005 18:25:48 -0000 1.15.2.5 +++ chmod.html 9 Mar 2005 11:30:57 -0000 1.15.2.6 @@ -99,14 +99,14 @@ </tr> </table> <h3>Examples</h3> -<blockquote> - <p><code><chmod file="${dist}/start.sh" perm="ugo+rx"/></code></p> -</blockquote> + <blockquote><pre> +<chmod file="${dist}/start.sh" perm="ugo+rx"/> +</pre></blockquote> <p>makes the "start.sh" file readable and executable for anyone on a UNIX system.</p> -<blockquote> - <p><code><chmod file="${dist}/start.sh" perm="700"/></code></p> -</blockquote> +<blockquote><pre> +<chmod file="${dist}/start.sh" perm="700"/> +</pre></blockquote> <p>makes the "start.sh" file readable, writable and executable only for the owner on a UNIX system.</p> <blockquote> @@ -145,7 +145,7 @@ </dirset> </chmod> </pre> -</blockquote>blockquote> +</blockquote> <p>keeps non-owners from touching cgi scripts, files with a <code>.old</code> extension or directories beginning with <code>private_</code>. A directory
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]