From b9421dc80af485591a9c50cc8921f912e0def11e Mon Sep 17 00:00:00 2001 From: Ashlee Young Date: Fri, 23 Oct 2015 10:05:40 -0700 Subject: Removing sources to replace with download links instead. Change-Id: Ie28789a725051aec0d1b04dd291b7690a7898668 Signed-off-by: Ashlee Young --- .../apache-ant-1.9.6/manual/Types/extension.html | 114 --------------------- 1 file changed, 114 deletions(-) delete mode 100644 framework/src/ant/apache-ant-1.9.6/manual/Types/extension.html (limited to 'framework/src/ant/apache-ant-1.9.6/manual/Types/extension.html') diff --git a/framework/src/ant/apache-ant-1.9.6/manual/Types/extension.html b/framework/src/ant/apache-ant-1.9.6/manual/Types/extension.html deleted file mode 100644 index b05c0a65..00000000 --- a/framework/src/ant/apache-ant-1.9.6/manual/Types/extension.html +++ /dev/null @@ -1,114 +0,0 @@ - - - - - -Extension Type - - - -

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.

-

Note that this type -works with extensions as defined by the "Optional Package" specification. - For more information about optional packages, see the document -Optional Package Versioning in the documentation bundle for your -Java2 Standard Edition package, in file -guide/extensions/versioning.html or the online - -Package Versioning documentation.

- -

Attributes

-

The extension type supports the following attributes: -

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
AttributeDescriptionRequired
extensionNameThe name of extensionyes
specificationVersionThe version of extension specification (Must be in - dewey decimal aka dotted decimal notation. 3.2.4)no
specificationVendorThe specification vendorno
implementationVersionThe version of extension implementation (Must be in - dewey decimal aka dotted decimal notation. 3.2.4)no
implementationVendorThe implementation vendorno
implementationVendorIdThe implementation vendor IDno
implementationURLThe url from which to retrieve extension.no
- -

Examples

-
-<extension id="e1"
-    extensionName="MyExtensions"
-    specificationVersion="1.0"
-    specificationVendor="Peter Donald"
-    implementationVendorID="vv"
-    implementationVendor="Apache"
-    implementationVersion="2.0"
-    implementationURL="http://somewhere.com/myExt.jar"/>
-
- -

Fully specific extension object.

- -
-<extension id="e1"
-    extensionName="MyExtensions"
-    specificationVersion="1.0"
-    specificationVendor="Peter Donald"/>
-
- -

Extension object that just species the specification details.

- - - - - - -- cgit 1.2.3-korg