Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.1
-
None
Description
Manifest for org.apache.uima.runtime plugin in UIMA 2.1 release is not correct:
- lib/uima-jcas-builtin-types.jar is listed in manifest, but not present in plugin.
- uima-document-annotation.jar is in distribution, but not in plugin.
- Exported packages are listed twice, with Export-Package and with Provide-Package. But Provide-Package has been deprecated since Eclipse 3.1.
- Exported package org.apache.uima.tttypesystem does not exist in plugin, was removed in
UIMA-64. - "Eclipse-BuddyPolicy: registered" is written twice.