Hi,

Question about the jar name of this Eclipse plugin.

Prior to changeset 1815863, the "final name" was
org.apache.uima.deployeditor_${parsedVersion.osgiVersion}

That changeset changed the final name to include an extra "as" identifier.

However, looking at the actual Eclipse update site:
https://www.apache.org/dist/eclipse-update-site/uima-as/plugins,

it appears this change is not "effective", the name there is without the extra
".as".
This is probably being overridden by line 404
<Bundle-SymbolicName>org.apache.uima.deployeditor...

I've built uima-as v3 without the change to the final name, and it worked
(tested by installing into a fresh Eclipse).

Any objections to reversing this change (that is, not adding ".as" to the final
name)?

-Marshall


Reply via email to