Reported By: Noel J. Bergman git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273985 13f79535-47bb-0310-9956-ffa450edef68master
@@ -396,7 +396,8 @@ Ant can <a href="manual/CoreTasks/jar.html">Jar</a>, <a href= | |||||
"manual/CoreTasks/tar.html"> Tar</a> or <a | "manual/CoreTasks/tar.html"> Tar</a> or <a | ||||
href="manual/CoreTasks/zip.html">Zip</a> files for deployment, while the | href="manual/CoreTasks/zip.html">Zip</a> files for deployment, while the | ||||
<a href="manual/CoreTasks/war.html">War</a> task extends the jar task | <a href="manual/CoreTasks/war.html">War</a> task extends the jar task | ||||
for better servlet deployment. <a href = "jlink.html" >Jlink</a> is a | |||||
for better servlet deployment. | |||||
<a href = "manual/OptionalTasks/jlink.html">Jlink</a> is a | |||||
jar generation file which lets you merge multiple sub jars. This is | jar generation file which lets you merge multiple sub jars. This is | ||||
ideal for a build process in which separate jars are generated by sub | ideal for a build process in which separate jars are generated by sub | ||||
projects, yet the final output is a merged jar. <a href= | projects, yet the final output is a merged jar. <a href= | ||||
@@ -140,8 +140,8 @@ workspace.</P> | |||||
<h3>Description:</H3> | <h3>Description:</H3> | ||||
<p>Exports Java source files, class files and/or resources from the workspace | <p>Exports Java source files, class files and/or resources from the workspace | ||||
to the file system. Exports can be specified by giving the VAJ project | to the file system. Exports can be specified by giving the VAJ project | ||||
name and package name(s). This works very similar to <A href="index.html#fileset"> | |||||
FileSets</A>. </P> | |||||
name and package name(s). This works very similar to | |||||
<A href="../CoreTypes/fileset.html">FileSets</A>. </P> | |||||
<h3>Parameters</H3> | <h3>Parameters</H3> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
@@ -555,7 +555,7 @@ JDK independent by now. | |||||
<td valign="top"> | <td valign="top"> | ||||
<P>Added documentation of new remote feature.<BR>Minor corrections.</P></TD></TR></TABLE> | <P>Added documentation of new remote feature.<BR>Minor corrections.</P></TD></TR></TABLE> | ||||
<hr> | <hr> | ||||
<center>Copyright &#copy 2001-2002 Apache Software | |||||
<center>Copyright &#copy 2001-2003 Apache Software | |||||
Foundation. All rights Reserved.</CENTER> | Foundation. All rights Reserved.</CENTER> | ||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -5,7 +5,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<h2><a name="fileset">ClassFileSet</a></h2> | |||||
<h2><a name="fileset">Extension</a></h2> | |||||
<p>Utility type that represents either an available "Optional Package" | <p>Utility type that represents either an available "Optional Package" | ||||
(formerly known as "Standard Extension") as described in the manifest | (formerly known as "Standard Extension") as described in the manifest | ||||
of a JAR file, or the requirement for such an optional package.</p> | of a JAR file, or the requirement for such an optional package.</p> | ||||
@@ -19,7 +19,7 @@ Java2 Standard Edition package, in file | |||||
http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | ||||
<h3>Attributes</h3> | <h3>Attributes</h3> | ||||
<p>The class fileset support the following attributes</a>: | |||||
<p>The extension type supports the following attributes</a>: | |||||
</p> | </p> | ||||
<table border="1" cellpadding="2" cellspacing="0"> | <table border="1" cellpadding="2" cellspacing="0"> | ||||
@@ -91,7 +91,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
<p>Extension object that just species the specification details.</p> | <p>Extension object that just species the specification details.</p> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2002 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2002-2003 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -5,7 +5,7 @@ | |||||
</head> | </head> | ||||
<body> | <body> | ||||
<h2><a name="fileset">ClassFileSet</a></h2> | |||||
<h2><a>ExtensionSet</a></h2> | |||||
<p>Utility type that represents a set of Extensions.</p> | <p>Utility type that represents a set of Extensions.</p> | ||||
<p>Note that this type | <p>Note that this type | ||||
works with extensions as defined by the "Optional Package" specification. | works with extensions as defined by the "Optional Package" specification. | ||||
@@ -26,11 +26,10 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
contained within set that are jars and implement an extension are added | contained within set that are jars and implement an extension are added | ||||
to extension set.</p> | to extension set.</p> | ||||
<h4>fileset</h4> | |||||
<p><a href="libfileset.html">LibFileSet</a>s all files contained | |||||
contained within set that are jars and implement an extension are added | |||||
to extension set. However the extension information may be modified by | |||||
attributes of libfileset</p> | |||||
<h4>LibFileSet</h4> | |||||
<p>All files contained contained within set that are jars and implement | |||||
an extension are added to extension set. However the extension information | |||||
may be modified by attributes of libfileset</p> | |||||
<h4>Examples</h4> | <h4>Examples</h4> | ||||
<blockquote><pre> | <blockquote><pre> | ||||
@@ -61,7 +60,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2002 Apache Software Foundation. All rights | |||||
<p align="center">Copyright © 2002-2003 Apache Software Foundation. All rights | |||||
Reserved.</p> | Reserved.</p> | ||||
</body> | </body> | ||||
@@ -98,7 +98,7 @@ documentation.</p> | |||||
<td><p><i>Deprecated.</i> Use the <code>zipfileset</code> | <td><p><i>Deprecated.</i> Use the <code>zipfileset</code> | ||||
and <code>zipgroupfileset</code> attributes of the | and <code>zipgroupfileset</code> attributes of the | ||||
<a href="CoreTasks/jar.html">Jar</a> or | <a href="CoreTasks/jar.html">Jar</a> or | ||||
<a href="../CoreTasks/zip.html">Zip</a> tasks instead.</p></td> | |||||
<a href="CoreTasks/zip.html">Zip</a> tasks instead.</p></td> | |||||
</tr> | </tr> | ||||
<tr valign="top"> | <tr valign="top"> | ||||
@@ -1200,7 +1200,7 @@ documentation.</p> | |||||
<hr> | <hr> | ||||
<p align="center">Copyright © 2001-2002 Apache Software Foundation. | |||||
<p align="center">Copyright © 2001-2003 Apache Software Foundation. | |||||
All rights Reserved.</p> | All rights Reserved.</p> | ||||
</body> | </body> | ||||