I have an Eclipse RCP Application with a bunch of plugins. I need to distribute it and let people make plugins for it.
Currently, I create new plugin projects with fragments that are integrated into the main application by adding them to the dependencies list of the main application's product file.
What should I do to make the application load plugins which are developed separately?
Thanks