Browse Source

clarify jlink alternatives

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@559549 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 18 years ago
parent
commit
3fceba85a5
2 changed files with 5 additions and 1 deletions
  1. +1
    -0
      docs/manual/CoreTasks/zip.html
  2. +4
    -1
      docs/manual/OptionalTasks/jlink.html

+ 1
- 0
docs/manual/CoreTasks/zip.html View File

@@ -222,6 +222,7 @@ Collection</a>s are used to select groups of files to archive.</p>
<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


+ 4
- 1
docs/manual/OptionalTasks/jlink.html View File

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


Loading…
Cancel
Save