I have an eclipse feature which essentially depends upon the Eclipse for Javascript Web Developers platform (it depends upon many plugins in there). However, one set of plugins causes a conflict with my feature's plugins: jsdt.debug.*

So, the question is, when a user installs / runs this feature, is there a way I can disable the 4 jsdt.debug plugins which cause this conflict?

link|improve this question

64% accept rate
feedback

1 Answer

Why don't delete those plugins if you dont want to use them, or you can even uninstall them from Help->Software Updates and go to installed plugins and select uninstall.

link|improve this answer
1  
Sorry to be clear this is from a Eclipse Plugin Development perspective, not a Eclipse Plugin User perspective. I am developing the feature ... and I want to add an installation task to the feature, which disables the jsdt.debug plugins, if they are present. This probably isn't possible ... a plugin / feature likely does not have control over plugins outside of it. – wildabeast Apr 20 '11 at 22:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.