bodewig 2003/03/19 02:39:42
Modified: docs/manual/OptionalTasks Tag: ANT_15_BRANCH cab.html
Log:
Document that <cab> supports nested filesets
Revision Changes Path
No revision
No revision
1.5.2.3 +8 -1 ant/docs/manual/OptionalTasks/cab.html
Index: cab.html
===================================================================
RCS file: /home/cvs/ant/docs/manual/OptionalTasks/cab.html,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -u -r1.5.2.2 -r1.5.2.3
--- cab.html 20 Jun 2002 09:40:31 -0000 1.5.2.2
+++ cab.html 19 Mar 2003 10:39:42 -0000 1.5.2.3
@@ -91,6 +91,13 @@
<td valign="top" align="center">No</td>
</tr>
</table>
+<h3>Parameters specified as nested elements</h3>
+<h4>fileset</h4>
+
+<p>The cab task supports any number of nested <a
+href="../CoreTypes/fileset.html"><code><fileset></code></a>
+elements to specify the files to be included in the archive.</p>
+
<h3>Examples</h3>
<blockquote><pre>
<cab cabfile="${dist}/manual.cab"
@@ -122,7 +129,7 @@
excluded. Output from the cabarc tool is displayed in the build
output.</p>
<hr>
-<p align="center">Copyright © 2000-2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2000-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>