You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bo...@apache.org on 2002/05/22 13:29:55 UTC

cvs commit: jakarta-ant/docs/manual/CoreTasks jar.html

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>  &lt;jar file=&quot;${dist}/lib/app.jar&quot; basedir=&quot;${build}/classes&quot;/&gt;</pre>
  +<pre>  &lt;jar destfile=&quot;${dist}/lib/app.jar&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.</p>
   <pre>  &lt;jar destfile=&quot;${dist}/lib/app.jar&quot;
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>