peterreilly 2005/03/09 09:15:52 Modified: docs/manual/CoreTasks Tag: ANT_16_BRANCH signjar.html zip.html Log: sync Revision Changes Path No revision No revision 1.10.2.3 +2 -2 ant/docs/manual/CoreTasks/signjar.html Index: signjar.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/signjar.html,v retrieving revision 1.10.2.2 retrieving revision 1.10.2.3 diff -u -r1.10.2.2 -r1.10.2.3 --- signjar.html 9 Feb 2004 22:12:07 -0000 1.10.2.2 +++ signjar.html 9 Mar 2005 17:15:52 -0000 1.10.2.3 @@ -110,8 +110,8 @@ </table> <h3>Examples</h3> <blockquote> - <p><code><signjar jar="${dist}/lib/ant.jar" -alias="apache-group" storepass="secret"/></code></p> + <p><pre><signjar jar="${dist}/lib/ant.jar" +alias="apache-group" storepass="secret"/></pre</p> </blockquote> <p>signs the ant.jar with alias "apache-group" accessing the keystore and private key via "secret" password.</p> 1.21.2.9 +3 -3 ant/docs/manual/CoreTasks/zip.html Index: zip.html =================================================================== RCS file: /home/cvs/ant/docs/manual/CoreTasks/zip.html,v retrieving revision 1.21.2.8 retrieving revision 1.21.2.9 diff -u -r1.21.2.8 -r1.21.2.9 --- zip.html 21 Jan 2005 07:12:41 -0000 1.21.2.8 +++ zip.html 9 Mar 2005 17:15:52 -0000 1.21.2.9 @@ -252,17 +252,17 @@ in the archive, adds the file <code>ChangeLog27.txt</code> in the current directory as <code>docs/ChangeLog.txt</code>, and includes all the html files in <code>examples.zip</code> under <code>docs/examples</code>. The archive might end up containing the files:</p> -<pre><code> docs/user-guide/html/index.html +<pre> docs/user-guide/html/index.html docs/ChangeLog.txt docs/examples/index.html -</code></pre> +</pre> <p> The code <pre> <zip destfile="${dist}/manual.zip"> <zipfileset dir="htdocs/manual" prefix="docs/user-guide"/> <zipgroupfileset dir="." includes="examples*.zip"/> - </zip></pre> + </zip> </pre> <p> <p>zips all files in the <code>htdocs/manual</code> directory into the <code>docs/user-guide</code> directory in the archive and includes all the files in any file that maches <code>examples*.zip</code>, such as all files within <code>examples1.zip</code> or <code>examples_for_brian.zip</code>.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]