From 3fceba85a5781c44c9c78f8100782dfb09708f5c Mon Sep 17 00:00:00 2001
From: Matthew Jason Benson
Prior to Ant 1.7 only <fileset>
and
<zipfileset>
have been supported as nested elements.
A <zipgroupfileset>
allows for multiple zip files to be
merged into the archive. Each file found in this fileset is added to the archive
diff --git a/docs/manual/OptionalTasks/jlink.html b/docs/manual/OptionalTasks/jlink.html
index efac56358..47bd24083 100644
--- a/docs/manual/OptionalTasks/jlink.html
+++ b/docs/manual/OptionalTasks/jlink.html
@@ -23,7 +23,10 @@
This task has been deprecated. Use the zipfileset and zipgroupfileset attributes of the Jar task or Zip task instead.
+This task has been deprecated. Use a zipfileset + or zipgroupfileset with the + Jar task or Zip task + instead.
Links entries from sub-builds and libraries.