[
https://issues.apache.org/jira/browse/UIMA-400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12523559
]
Mikhail Sogrin commented on UIMA-400:
-------------------------------------
I've overlooked one issue in the last fix: "lib/uima-jcas-builtin-types.jar is
listed in manifest, but not present in plugin."
It is still present in UIMA 2.2 release, though it does not cause any problems.
The only possible problem that could arise is importing UIMA runtime plugin as
an Eclipse project, then Eclipse may complain about missing jar.
> Fix Eclipse plugin
> ------------------
>
> Key: UIMA-400
> URL: https://issues.apache.org/jira/browse/UIMA-400
> Project: UIMA
> Issue Type: Bug
> Components: Eclipse plugins
> Affects Versions: 2.1
> Reporter: Mikhail Sogrin
> Assignee: Adam Lally
> Priority: Minor
> Fix For: 2.2
>
>
> 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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.