通过命令行/ Powershell卸载Eclipse插件

时间:2015-03-31 00:10:39

标签: eclipse plugins command-line uninstall p2

我正在尝试通过PowerShell通过p2.director应用程序卸载Eclipse Luna 4.4.1中的插件。

以下是我编写的脚本所需要的内容:

./eclipsec.exe `
-clean -purgeHistory `
-application org.eclipse.equinox.p2.director `
-noSplash `
-uninstallIUs `
org.eclipse.rse.cifs.feature.feature.group, `
com.vmware.vide.cimtools.feature.feature.group

脚本将运行约30秒并退出而不提供任何反馈。重新打开Eclipse后,我指定的插件仍然安装。如果有人有任何想法或建议,我会非常感激。

谢谢。

0 个答案:

没有答案