Author: mbenson
Date: Wed Jul 25 11:23:56 2007
New Revision: 559549

URL: http://svn.apache.org/viewvc?view=rev&rev=559549
Log:
clarify jlink alternatives

Modified:
    ant/core/trunk/docs/manual/CoreTasks/zip.html
    ant/core/trunk/docs/manual/OptionalTasks/jlink.html

Modified: ant/core/trunk/docs/manual/CoreTasks/zip.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/zip.html?view=diff&rev=559549&r1=559548&r2=559549
==============================================================================
--- ant/core/trunk/docs/manual/CoreTasks/zip.html (original)
+++ ant/core/trunk/docs/manual/CoreTasks/zip.html Wed Jul 25 11:23:56 2007
@@ -222,6 +222,7 @@
 <p>Prior to Ant 1.7 only <code>&lt;fileset&gt;</code> and
 <code>&lt;zipfileset&gt;</code> have been supported as nested elements.</p>
 
+<a name="zipgroupfileset" />
 <h4>zipgroupfileset</h4>
 <p>A <code>&lt;zipgroupfileset&gt;</code> allows for multiple zip files to be 
 merged into the archive. Each file found in this fileset is added to the 
archive 

Modified: ant/core/trunk/docs/manual/OptionalTasks/jlink.html
URL: 
http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/OptionalTasks/jlink.html?view=diff&rev=559549&r1=559548&r2=559549
==============================================================================
--- ant/core/trunk/docs/manual/OptionalTasks/jlink.html (original)
+++ ant/core/trunk/docs/manual/OptionalTasks/jlink.html Wed Jul 25 11:23:56 2007
@@ -23,7 +23,10 @@
 
 <h2><a name="jlink">Jlink</a></h2>
 <h3><i>Deprecated</i></h3>
-<p><i>This task has been deprecated. Use the zipfileset and zipgroupfileset 
attributes of the <a href="../CoreTasks/jar.html">Jar task</a> or <a 
href="../CoreTasks/zip.html">Zip task</a> instead.</i></p>
+<p><i>This task has been deprecated. Use a <a 
href="../CoreTypes/zipfileset.html">zipfileset</a>
+ or <a href="../CoreTasks/zip.html#zipgroupfileset">zipgroupfileset</a> with 
the
+ <a href="../CoreTasks/jar.html">Jar task</a> or <a 
href="../CoreTasks/zip.html">Zip task</a>
+ instead.</i></p>
 
 <h3><b>Description:</b></h3>
 <p>Links entries from sub-builds and libraries.</p>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to