Browse Source

correct taskname in example

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269899 13f79535-47bb-0310-9956-ffa450edef68
master
Steve Loughran 23 years ago
parent
commit
aea7142b1d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/manual/CoreTasks/antjar.html

+ 1
- 1
docs/manual/CoreTasks/antjar.html View File

@@ -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> &lt;jar file=&quot;${dist}/lib/app.jar&quot;
<pre> &lt;antjar file=&quot;${dist}/lib/app.jar&quot;
antxml=&quot;${src}/applib.xml&quot; basedir=&quot;${build}/classes&quot;/&gt;</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


Loading…
Cancel
Save