Disable an eclipse plugin that causes a conflict with a plugin in my Feature
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开发者_如何学JAVA feature, is there a way I can disable the 4 jsdt.debug plugins which cause this conflict?
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.
精彩评论