bodewig 02/05/22 04:29:55
Modified: docs/manual/CoreTasks Tag: ANT_15_BRANCH jar.html
Log:
use destfile instead of file in <jar> example. lowercase manifest in
nested elements section.
Submitted by: Ian P. Springer via Nicola Ken Barozzi
Revision Changes Path
No revision
No revision
1.16.2.3 +2 -2 jakarta-ant/docs/manual/CoreTasks/jar.html
Index: jar.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/CoreTasks/jar.html,v
retrieving revision 1.16.2.2
retrieving revision 1.16.2.3
diff -u -r1.16.2.2 -r1.16.2.3
--- jar.html 21 May 2002 22:46:32 -0000 1.16.2.2
+++ jar.html 22 May 2002 11:29:55 -0000 1.16.2.3
@@ -165,7 +165,7 @@
fileset includes a file named <code>MANIFEST.MF</code>, the file is
ignored and you will get a warning.</p>
-<h4>Manifest</h4>
+<h4>manifest</h4>
<p>The manifest nested element allows the manifest for the Jar file to
be provided inline in the build file rather than in an external
file. This element is identical to the
@@ -183,7 +183,7 @@
</p>
<h3>Examples</h3>
-<pre> <jar file="${dist}/lib/app.jar"
basedir="${build}/classes"/></pre>
+<pre> <jar destfile="${dist}/lib/app.jar"
basedir="${build}/classes"/></pre>
<p>jars all files in the <code>${build}/classes</code> directory into a file
called <code>app.jar</code> in the <code>${dist}/lib</code> directory.</p>
<pre> <jar destfile="${dist}/lib/app.jar"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>