From ea464f8bc2a165953e0d1a0cb05831ed108286c3 Mon Sep 17 00:00:00 2001 From: Peter Reilly Date: Tue, 19 Sep 2006 22:03:09 +0000 Subject: [PATCH] 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 --- docs/manual/OptionalTasks/cab.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/manual/OptionalTasks/cab.html b/docs/manual/OptionalTasks/cab.html index 3ce646c1c..cafab4817 100644 --- a/docs/manual/OptionalTasks/cab.html +++ b/docs/manual/OptionalTasks/cab.html @@ -111,9 +111,11 @@ supports all attributes of <fileset>

Parameters specified as nested elements

fileset

-

The cab task supports any number of nested The cab task supports one nested <fileset> -elements to specify the files to be included in the archive.

+element to specify the files to be included in the archive. + If this is specified, the "basedir" attribute cannot be used. +

Examples