Generate a list of extensions from a specified fileset.
Parameters: libraries - the list to add extensions to Parameters: fileset - the filesets containing librarys throws: BuildException - if an error occurs
Retrieve manifest for specified file.
Parameters: file - the file the manifest throws: BuildException - if errror occurs (file doesn't exist,file not a jar, manifest doesn't exist in file)
Convert a list of extensionAdapter objects to extensions.
Parameters: adapters - the list of ExtensionAdapterss to add to convert throws: BuildException - if an error occurs