I have an Eclipse RCP application with plugins and associated test fragments. When using the "Add required plugins" functionality in the launch or product configuration, the test fragments get added as well.
Can I avoid this? My plugins don't depend on their fragments, and I'd like to select only the "real" dependencies.
Add Required Plug-ins will always include fragments. Unfortunately, there is currently no way to control whether fragments are included or not.
You will need to manually de-select the unwanted fragments.