Friday, April 22, 2011

Eclipse-ExtensibleAPI: true

If you want to use a class from a host plugin in your fragment class, make sure you include

...

Eclipse-ExtensibleAPI: true
...

as part of your MANIFEST.MF (execution information of your host plugin). Otherwise this stuff simply won't work.

No comments:

Post a Comment