From 26839fdb3234b8344a313d1bee71aff8494b3842 Mon Sep 17 00:00:00 2001
From: Stefan Bodewig
Date: Tue, 25 Aug 2009 09:20:41 +0000
Subject: [PATCH] zipgroupfileset is-a fileset. PR 47725
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@807533 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/CoreTasks/zip.html | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html
index 8fb8431c5..4efff0eb7 100644
--- a/docs/manual/CoreTasks/zip.html
+++ b/docs/manual/CoreTasks/zip.html
@@ -398,6 +398,9 @@ Collections are used to select groups of files to archive.
merged into the archive. Each file found in this fileset is added to the archive
the same way that zipfileset src files are added.
+<zipgroupfileset>
is
+ a fileset and supports all
+ of its attributes and nested elements.
Examples
<zip destfile="${dist}/manual.zip"