donaldp     00/12/13 01:56:13

  Modified:    docs     index.html
  Log:
  Reverse changes and reinstate fileset + prefixedfileset
  
  Revision  Changes    Path
  1.172     +2 -2      jakarta-ant/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/index.html,v
  retrieving revision 1.171
  retrieving revision 1.172
  diff -u -r1.171 -r1.172
  --- index.html        2000/12/13 01:33:25     1.171
  +++ index.html        2000/12/13 09:56:11     1.172
  @@ -29,7 +29,7 @@
   </ul>
   
   <p>Version: @VERSION@</p>
  -<p>$Id: index.html,v 1.171 2000/12/13 01:33:25 donaldp Exp $</p>
  +<p>$Id: index.html,v 1.172 2000/12/13 09:56:11 donaldp Exp $</p>
   
   <hr>
   <h2>Table of Contents</h2>
  @@ -4937,7 +4937,7 @@
   and optional subelements like <code>&lt;include&gt;</code>); explicit nested
   <code>&lt;fileset&gt;</code> elements so long as at least one fileset total 
is specified. The ZIP file will
   only reflect the relative paths of files <em>within</em> each fileset.</p>
  -<p>Inside of <code>&lt;zip&gt;</code> elements, nested filesets may include 
one of two special attributes: 
  +<p>Inside of <code>&lt;zip&gt;</code> elements, 
<code>&lt;prefixedfileset&gt;</code>s (a extended form of filesets) may include 
one of two special attributes: 
   <i>prefix</i> or <i>fullpath</i>. These attributes modify the location of 
the files when they are placed 
   inside the archive. If the <i>prefix</i> attribute is set, all the files in 
the fileset are prefixed
   with that path in the archive. If the <i>fullpath</i> attribute is set, the 
file described by the filset is placed at that 
  
  
  

Reply via email to