|
|
@@ -69,7 +69,7 @@ as the SystemId for the document. |
|
|
|
<h3>Nested elements</h3> |
|
|
|
See the nested elements of the <a href="jar.html">Jar task</a>. |
|
|
|
<h3>Examples</h3> |
|
|
|
<pre> <jar file="${dist}/lib/app.jar" |
|
|
|
<pre> <antjar file="${dist}/lib/app.jar" |
|
|
|
antxml="${src}/applib.xml" 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 and |
|
|
|