You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by co...@apache.org on 2003/01/02 14:26:35 UTC

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

conor       2003/01/02 05:26:35

  Modified:    docs/manual/CoreTasks jar.html
  Log:
  A bug a day ...
  Fix up the documentation of the inline manifest element.
  
  PR:	14732
  Submitted by:	Ortwin Gl�ck
  
  Revision  Changes    Path
  1.21      +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.20
  retrieving revision 1.21
  diff -u -w -u -r1.20 -r1.21
  --- jar.html	21 Nov 2002 21:47:52 -0000	1.20
  +++ jar.html	2 Jan 2003 13:26:35 -0000	1.21
  @@ -160,8 +160,8 @@
   <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
  -<a href="manifest.html">manifest</a> task, but its file and mode
  -attributes will be ignored.</p>
  +<a href="manifest.html">manifest</a> task, but the file and mode
  +attributes must be omitted.</p>
   <p>
   If both an inline manifest and an external file are both specified, the
   manifests are merged.
  
  
  

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