Display the "Optional Package" and "Package Specification" information contained within the specified jars.
Note that this task 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 Java Standard Edition package, in file guide/extensions/versioning.html or the online Extension and ExtensionSet documentation for further details.
Attribute | Description | Required |
---|---|---|
file | The file to display extension information about | Yes, unless a nested <fileset> is specified |
FileSets contain list of files to display Extension information about.
Display Extension info for a single file
<jarlib-display file="myfile.jar">
Display Extension info for a fileset
<jarlib-display> <fileset dir="lib"> <include name="*.jar"/> </fileset> </jarlib-display>