如何卸载eclipse核心组件?

时间:2013-11-17 15:48:39

标签: eclipse p2

如果我的日食没有mylyn和cvs模块,我会很高兴的。我不想要他们,我希望他们出去。但是eclipse包管理并没有让我将它们删除。

我已经尝试将它们从包裹中删除了功能目录,但它不起作用。

理想的解决方案是,如果eclipse包中存在一些标志或设置,如果它是可移动的,则包含来自包的信息。

是的,我知道eclipse只在需要的时候加载这些包,但我想删除,永久删除它们并用盐播种它们。

2 个答案:

答案 0 :(得分:1)

苛刻。最简单的方法是从裸平台运行时二进制文件下载开始,然后添加想要的东西。

http://download.eclipse.org/eclipse/downloads/drops4/R-4.3.1-201309111000/

答案 1 :(得分:1)

使用p2.director应用程序(从SDK下载)构建您的自定义安装,以准确安装您喜欢的那些功能。 p2.director help

一般说明(访问所有kepler同时发布回购)。注意附录< .feature.group>对于您要安装的功能。

c:\<eclipse-sdk>\eclipsec.exe -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.3,http://download.eclipse.org/releases/kepler,http://download.eclipse.org/technology/epp/packages/kepler -installIU <feature1>.feature.group,<feature1>.feature.group,<bundleX>,<bundleY> -destination c:/eclipse -profile SDKProfile

在Windows上仅安装SDK的具体示例(耐心下载)

F:\__TEST\eclipse-SDK-4.3-win32-x86_64\eclipse\eclipsec.exe -application org.eclipse.equinox.p2.director -repository http://download.eclipse.org/eclipse/updates/4.3,http://download.eclipse.org/releases/kepler,http://download.eclipse.org/technology/epp/packages/kepler -installIU org.eclipse.sdk.ide -destination c:/eclipse -profile SDKProfile 

您可以在目标c:/eclipse内找到生成的已安装产品。