Author: peterreilly
Date: Tue Sep 19 15:03:09 2006
New Revision: 447992

URL: http://svn.apache.org/viewvc?view=rev&rev=447992
Log:
bug 39439: doc that only one fileset is allowed

Modified:
    ant/core/trunk/docs/manual/OptionalTasks/cab.html

Modified: ant/core/trunk/docs/manual/OptionalTasks/cab.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/cab.html?view=diff&rev=447992&r1=447991&r2=447992
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/cab.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/cab.html Tue Sep 19 15:03:09 2006
@@ -111,9 +111,11 @@
 <h3>Parameters specified as nested elements</h3>
 <h4>fileset</h4>
 
-<p>The cab task supports any number of nested <a
+<p>The cab task supports one nested <a
 href="../CoreTypes/fileset.html"><code>&lt;fileset&gt;</code></a>
-elements to specify the files to be included in the archive.</p>
+element to specify the files to be included in the archive.
+  If this is specified, the "basedir" attribute cannot be used.
+</p>
 
 <h3>Examples</h3>
 <blockquote><pre>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to