conor 2003/02/05 02:51:32
Modified: docs Tag: ANT_15_BRANCH ant_in_anger.html
docs/manual Tag: ANT_15_BRANCH tasksoverview.html
docs/manual/Integration Tag: ANT_15_BRANCH VAJAntTool.html
docs/manual/OptionalTypes Tag: ANT_15_BRANCH extension.html
extensionset.html
Log:
Merge
Revision Changes Path
No revision
No revision
1.7.2.4 +2 -1 jakarta-ant/docs/ant_in_anger.html
Index: ant_in_anger.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/ant_in_anger.html,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.4
diff -u -w -u -r1.7.2.3 -r1.7.2.4
--- ant_in_anger.html 24 Jan 2003 10:04:02 -0000 1.7.2.3
+++ ant_in_anger.html 5 Feb 2003 10:51:31 -0000 1.7.2.4
@@ -396,7 +396,8 @@
"manual/CoreTasks/tar.html"> Tar</a> or <a
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
-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
ideal for a build process in which separate jars are generated by sub
projects, yet the final output is a merged jar. <a href=
No revision
No revision
1.14.2.8 +2 -2 jakarta-ant/docs/manual/tasksoverview.html
Index: tasksoverview.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/tasksoverview.html,v
retrieving revision 1.14.2.7
retrieving revision 1.14.2.8
diff -u -w -u -r1.14.2.7 -r1.14.2.8
--- tasksoverview.html 9 Jul 2002 03:30:08 -0000 1.14.2.7
+++ tasksoverview.html 5 Feb 2003 10:51:31 -0000 1.14.2.8
@@ -98,7 +98,7 @@
<td><p><i>Deprecated.</i> Use the <code>zipfileset</code>
and <code>zipgroupfileset</code> attributes of the
<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 valign="top">
@@ -1179,7 +1179,7 @@
<hr>
-<p align="center">Copyright © 2001-2002 Apache Software Foundation.
+<p align="center">Copyright © 2001-2003 Apache Software Foundation.
All rights Reserved.</p>
</body>
No revision
No revision
1.10.2.4 +3 -3 jakarta-ant/docs/manual/Integration/VAJAntTool.html
Index: VAJAntTool.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/Integration/VAJAntTool.html,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -w -u -r1.10.2.3 -r1.10.2.4
--- VAJAntTool.html 25 Nov 2002 12:42:24 -0000 1.10.2.3
+++ VAJAntTool.html 5 Feb 2003 10:51:32 -0000 1.10.2.4
@@ -140,8 +140,8 @@
<h3>Description:</H3>
<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
-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>
<table border="1" cellpadding="2" cellspacing="0">
@@ -555,7 +555,7 @@
<td valign="top">
<P>Added documentation of new remote feature.<BR>Minor
corrections.</P></TD></TR></TABLE>
<hr>
-<center>Copyright &#copy 2001-2002 Apache Software
+<center>Copyright &#copy 2001-2003 Apache Software
Foundation. All rights Reserved.</CENTER>
</body>
</html>
No revision
No revision
1.1.2.3 +3 -3 jakarta-ant/docs/manual/OptionalTypes/extension.html
Index: extension.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTypes/extension.html,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -u -w -u -r1.1.2.2 -r1.1.2.3
--- extension.html 4 Sep 2002 11:21:15 -0000 1.1.2.2
+++ extension.html 5 Feb 2003 10:51:32 -0000 1.1.2.3
@@ -5,7 +5,7 @@
</head>
<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"
(formerly known as "Standard Extension") as described in the manifest
of a JAR file, or the requirement for such an optional package.</p>
@@ -19,7 +19,7 @@
http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p>
<h3>Attributes</h3>
-<p>The class fileset support the following attributes</a>:
+<p>The extension type supports the following attributes</a>:
</p>
<table border="1" cellpadding="2" cellspacing="0">
@@ -91,7 +91,7 @@
<p>Extension object that just species the specification details.</p>
<hr>
-<p align="center">Copyright © 2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2002-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>
1.1.2.2 +6 -7 jakarta-ant/docs/manual/OptionalTypes/extensionset.html
Index: extensionset.html
===================================================================
RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTypes/extensionset.html,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -u -w -u -r1.1.2.1 -r1.1.2.2
--- extensionset.html 2 Jun 2002 11:04:46 -0000 1.1.2.1
+++ extensionset.html 5 Feb 2003 10:51:32 -0000 1.1.2.2
@@ -5,7 +5,7 @@
</head>
<body>
-<h2><a name="fileset">ClassFileSet</a></h2>
+<h2><a>ExtensionSet</a></h2>
<p>Utility type that represents a set of Extensions.</p>
<p>Note that this type
works with extensions as defined by the "Optional Package" specification.
@@ -26,11 +26,10 @@
contained within set that are jars and implement an extension are added
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>
<blockquote><pre>
@@ -61,7 +60,7 @@
</pre></blockquote>
<hr>
-<p align="center">Copyright © 2002 Apache Software Foundation. All
rights
+<p align="center">Copyright © 2002-2003 Apache Software Foundation. All
rights
Reserved.</p>
</body>