Author: bodewig
Date: Tue Aug 25 09:20:41 2009
New Revision: 807533
URL: http://svn.apache.org/viewvc?rev=807533&view=rev
Log:
zipgroupfileset is-a fileset. PR 47725
Modified:
ant/core/trunk/docs/manual/CoreTasks/zip.html
Modified: ant/core/trunk/docs/manual/CoreTasks/zip.html
URL:
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/zip.html?rev=807533&r1=807532&r2=807533&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/zip.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/zip.html Tue Aug 25 09:20:41 2009
@@ -398,6 +398,9 @@
merged into the archive. Each file found in this fileset is added to the
archive
the same way that <i>zipfileset src</i> files are added.</p>
+<p><code><zipgroupfileset></code> is
+ a <a href="../CoreTypes/fileset.html">fileset</a> and supports all
+ of its attributes and nested elements.</a>
<h3>Examples</h3>
<pre> <zip destfile="${dist}/manual.zip"