diff --git a/WHATSNEW b/WHATSNEW
index 184a5de74..8fe91d57e 100644
--- a/WHATSNEW
+++ b/WHATSNEW
@@ -169,6 +169,9 @@ Other changes:
* Support for HP's NonStop (Tandem) OS has been added.
+* The cab task supports any number of nested <fileset>
basedir
the directory to start archiving files from.
- Yes
+ No
+verbose
@@ -91,6 +91,13 @@ supports all attributes of <fileset>
No
Parameters specified as nested elements
+fileset
+
+<fileset>
+elements to specify the files to be included in the archive.Examples
<cab cabfile="${dist}/manual.cab"
@@ -121,8 +128,21 @@ manual.cab in the ${dist} directory. Only html files under the
directory api are archived, and files with the name todo.html are
excluded. Output from the cabarc tool is displayed in the build
output.
++<cab cabfile="${dist}/manual.cab" + verbose="yes"> + <fileset + dir="htdocs/manual" + includes="api/**/*.html" + excludes="**/todo.html" + /> +</cab> +
is equivalent to the example above.
+Copyright © 2000-2002 Apache Software Foundation. All rights +
Copyright © 2000-2003 Apache Software Foundation. All rights Reserved.