Browse Source

bug 39439: doc that only one fileset is allowed

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@447992 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 18 years ago
parent
commit
ea464f8bc2
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      docs/manual/OptionalTasks/cab.html

+ 4
- 2
docs/manual/OptionalTasks/cab.html View File

@@ -111,9 +111,11 @@ supports all attributes of <code>&lt;fileset&gt;</code>
<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>


Loading…
Cancel
Save