diff --git a/docs/ant_in_anger.html b/docs/ant_in_anger.html index 4960b8a62..9062d8202 100644 --- a/docs/ant_in_anger.html +++ b/docs/ant_in_anger.html @@ -396,7 +396,8 @@ Ant can Jar, Tar or Zip files for deployment, while the War task extends the jar task -for better servlet deployment. Jlink is a +for better servlet deployment. +Jlink 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.

Description:

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 -FileSets.

+name and package name(s). This works very similar to +FileSets.

Parameters

@@ -555,7 +555,7 @@ JDK independent by now.

Added documentation of new remote feature.
Minor corrections.


-
Copyright &#copy 2001-2002 Apache Software +
Copyright &#copy 2001-2003 Apache Software Foundation. All rights Reserved.
diff --git a/docs/manual/OptionalTypes/extension.html b/docs/manual/OptionalTypes/extension.html index 34e5ac76d..2c28218e9 100644 --- a/docs/manual/OptionalTypes/extension.html +++ b/docs/manual/OptionalTypes/extension.html @@ -5,7 +5,7 @@ -

ClassFileSet

+

Extension

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.

@@ -19,7 +19,7 @@ Java2 Standard Edition package, in file http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.

Attributes

-

The class fileset support the following attributes: +

The extension type supports the following attributes:

@@ -91,7 +91,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.

Extension object that just species the specification details.


-

Copyright © 2002 Apache Software Foundation. All rights +

Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/OptionalTypes/extensionset.html b/docs/manual/OptionalTypes/extensionset.html index c42b7303f..6ea1f9666 100644 --- a/docs/manual/OptionalTypes/extensionset.html +++ b/docs/manual/OptionalTypes/extensionset.html @@ -5,7 +5,7 @@ -

ClassFileSet

+

ExtensionSet

Utility type that represents a set of Extensions.

Note that this type 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.

contained within set that are jars and implement an extension are added to extension set.

-

fileset

-

LibFileSets 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

+

LibFileSet

+

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

Examples

@@ -61,7 +60,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.


-

Copyright © 2002 Apache Software Foundation. All rights +

Copyright © 2002-2003 Apache Software Foundation. All rights Reserved.

diff --git a/docs/manual/tasksoverview.html b/docs/manual/tasksoverview.html index e086a443d..aeb740a03 100644 --- a/docs/manual/tasksoverview.html +++ b/docs/manual/tasksoverview.html @@ -98,7 +98,7 @@ documentation.

+ Zip tasks instead.

@@ -1200,7 +1200,7 @@ documentation.


-

Copyright © 2001-2002 Apache Software Foundation. +

Copyright © 2001-2003 Apache Software Foundation. All rights Reserved.

Deprecated. Use the zipfileset and zipgroupfileset attributes of the Jar or - Zip tasks instead.