Eclipse PDE: Exclude test fragments from required plugins

123 views Asked by At

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.

1

There are 1 answers

3
RĂ¼diger Herrmann On BEST ANSWER

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.