final public class JarLibManifestTask extends Task(Code)
Generates a manifest that declares all the dependencies.
The dependencies are determined by looking in the
specified path and searching for Extension / "Optional Package"
specifications in the manifests of the jars.
Prior to JDK1.3, an "Optional Package" was known as an Extension.
The specification for this mechanism is available in the JDK1.3
documentation in the directory
$JDK_HOME/docs/guide/extensions/versioning.html. Alternatively it is
available online at
http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html.
Adds an extension that this library implements.
Parameters: extensionAdapter - an extension that this library implements. throws: BuildException - if there is multiple extensions detectedin the library.