diff --git a/docs/manual/CoreTasks/zip.html b/docs/manual/CoreTasks/zip.html index c40149f03..aa3ed9c93 100644 --- a/docs/manual/CoreTasks/zip.html +++ b/docs/manual/CoreTasks/zip.html @@ -222,6 +222,7 @@ Collections are used to select groups of files to archive.
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.