Reputation: 1482
So I accidently added a few plugins, whichs name I have forgotten to the runtime configuration of my application. Since then a ton of not needed contributions to the UI where made:
Help-> "Like 5 new links"
New Entry "Window"
Menu-Icon-Bar: Open Task, Create new visual class.
I'm unable to figure out what the responsible plugins are (There are about 300 plugins selected). If you happen to know which plugins make these contributions please let me know.
Upvotes: 0
Views: 30
Reputation: 111142
You can get the minimum set of plugins needed for your RCP using:
Run Configuration
for the RCP.Plug-ins
tab.Deselect All
Add Required Plug-ins
You should end up with just the plug-ins required. Use the -clean
option on the next run to make sure the plug-ins cache data is rebuilt.
Upvotes: 2