Eclipse PDE: exclude test snippets from required plugins

I have an RCP Eclipse application with plugins and associated test snippets. Test snippets are also added when you use the Add Required Plugins functionality in a launch or product configuration.

Can this be avoided? My plugins do not depend on their fragments, and I would like to select only "real" dependencies.

+3


source to share


1 answer


Add required plugins will always contain snippets. Unfortunately, there is currently no way to control whether fragments are enabled or not.



You will need to manually delete unwanted fragments.

+3


source







All Articles