3

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.

jhyot
  • 3,733
  • 1
  • 27
  • 44
  • Check in your workspace which plugin as a dependency to the test plugin (by search the plugin name for example) and remove it – flafoux Jun 09 '15 at 11:59

1 Answers1

3

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.

Rüdiger Herrmann
  • 20,512
  • 11
  • 62
  • 79
  • You may want to file an enhancement request here: https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PDE. Also, if you feel an answer is correct (even though in this case it doesn't solve the problem), please mark it as 'accepted' by clicking the green check mark. This helps to keep the focus on older posts which still don't have answers. – – Rüdiger Herrmann Jun 09 '15 at 13:30
  • Was that enhancement request ever filed? If so, please post the bugzilla link :-) – Erick G. Hagstrom Dec 21 '15 at 16:12
  • @ErickG.Hagstrom I didn't manage to do it yet... but feel free to do so if you'd like :) – jhyot Dec 21 '15 at 21:04