Disable an eclipse plugin that causes a conflict with a plugin in my Feature

551 Views Asked by At

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?

1

There are 1 best solutions below

1
On

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.