From 3fceba85a5781c44c9c78f8100782dfb09708f5c Mon Sep 17 00:00:00 2001 From: Matthew Jason Benson Date: Wed, 25 Jul 2007 18:23:56 +0000 Subject: [PATCH] clarify jlink alternatives git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559549 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/CoreTasks/zip.html | 1 + docs/manual/OptionalTasks/jlink.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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.

+

zipgroupfileset

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 @@

Jlink

Deprecated

-

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.

Description:

Links entries from sub-builds and libraries.