bodewig     2003/03/07 06:48:52

  Modified:    docs/manual/CoreTasks jar.html
  Log:
  Fix ambiguity in the manual
  
  Revision  Changes    Path
  1.24      +1 -1      ant/docs/manual/CoreTasks/jar.html
  
  Index: jar.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/manual/CoreTasks/jar.html,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- jar.html  5 Feb 2003 10:43:07 -0000       1.23
  +++ jar.html  7 Mar 2003 14:48:52 -0000       1.24
  @@ -28,7 +28,7 @@
   <code>&lt;patternset&gt;</code> elements.</p>
   <p>You can also use nested file sets for more flexibility, and specify
   multiple ones to merge together different trees of files into one JAR.
  -The extended fileset and groupfileset attributes from the zip task are
  +The extended fileset and groupfileset child elements from the zip task are
   also available in the jar task.
   See the <a href="zip.html">Zip</a> task for more details and examples.</p>
   <p>If the manifest is omitted, a simple one will be supplied by Ant.</p>
  
  
  

Reply via email to