From 39939945cc845a577904db8abfd8e5e0d9f20a03 Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Fri, 7 Mar 2003 14:48:52 +0000 Subject: [PATCH] Fix ambiguity in the manual git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274210 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/jar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/CoreTasks/jar.html b/docs/manual/CoreTasks/jar.html index ff8f2575f..9ce35407b 100644 --- a/docs/manual/CoreTasks/jar.html +++ b/docs/manual/CoreTasks/jar.html @@ -28,7 +28,7 @@ supports all attributes of <fileset> <patternset> elements.

You can also use nested file sets for more flexibility, and specify multiple ones to merge together different trees of files into one JAR. -The extended fileset and groupfileset attributes from the zip task are +The extended fileset and groupfileset child elements from the zip task are also available in the jar task. See the Zip task for more details and examples.

If the manifest is omitted, a simple one will be supplied by Ant.