I would like to extend the GUI functionality of an existing RCP application with another plug-in.
One approach would be to use a fragment which is described quite well in this tutorial.
I tried it, and everything seems to work fine. When I build the project, I get a separate jar for the extension plugin.
Now to my question: can I safely add/remove this jar from the application to add/remove the desired functionality? Is this a good way to do this, or would you say that another approach works better?