Extension points are registered like this : plugin UID + extension point UID
but the framework try to retrieve the extension point only with the extension UID.
I change the following line in PluginParser.java : ep.setUID(plugin.getUID() + "." + ep.getUID()); with ep.setUID(ep.getUID());
Please let me know if i'm wrong
Thanks in advance Sbastien Ursini http://www.hicnunc.com
Log in to post a comment.
Extension points are registered like this :
plugin UID + extension point UID
but the framework try to retrieve the extension point only with the extension UID.
I change the following line in PluginParser.java :
ep.setUID(plugin.getUID() + "." + ep.getUID());
with
ep.setUID(ep.getUID());
Please let me know if i'm wrong
Thanks in advance
Sbastien Ursini
http://www.hicnunc.com