Eclipse's new release Indigo (3.7) comes pre installed with Mylyn. And unlike previous installations Mylyn is tightly integrated with Eclipse platform package. The "installed features" does not show it as a separate feature to uninstall. It appears as if it cannot be uninstalled at all.
Especially the Java or JEE Developer version has mylyn, git, cvs, and swt windows builder - which may not be all that useful for everyone. A custom lightweight version can be prepared very easily. Just (re)move some folders/jars from features and plugins, that are not needed.
#cd path-to-eclipse installation#prep mkdir disabled disabled/features disabled/plugins #remove mylyn mv plugins/*mylyn* disabled/plugins/ mv features/*mylyn* disabled/features/#remove cvs mv features/*cvs* disabled/features/ mv plugins/*cvs* disabled/plugins/#remove windows builder mv plugins/*.wb.* disabled/plugins/ mv features/*.wb.* disabled/features/#if svn is used, git may not be necessary; However, there is little harm keeping it mv features/*egit.* disabled/features/ mv plugins/*jgit* disabled/plugins/ mv plugins/*egit* disabled/plugins/
Disclaimer: The following commands will move the unnecessary features and plugins to a folder in the eclipse installation folder. Although this should not break the installation, if something unwanted happens or eclipse acts up with errors, restore all features and plugins from disabled folder.
相关推荐
Eclipse Indigo CDT插件是为Eclipse IDE专门设计的一款强大的C/C++开发工具集。这个插件允许开发者在Eclipse环境中进行高效的C和C++编程,提供了丰富的功能,如代码编辑、调试、构建系统集成以及项目管理等。Eclipse...
安装好adt20的eclipse indigo 敬请下载
旧版本eclipse,比如indigo版本要安装maven,旧的在线安装方式已经失效,因为依赖的zest和m2eclipse的location url都已经无法访问。所以从已经安装这两个包的eclipse中分离出离线的安装包,拷贝到对应的features和...
Eclipse Indigo中的Mylyn增强了与各种任务跟踪系统的集成,如Bugzilla和JIRA。 8. **EMF(Eclipse Modeling Framework)**:EMF是Eclipse中用于构建模型驱动软件的框架,它允许开发者用模型描述软件的结构和行为。...
6. **插件扩展**:Eclipse Indigo支持众多插件,用户可以根据自己的开发需求安装额外的插件,如Mylyn任务管理工具、PDE插件用于开发Eclipse插件,或是Subversive用于版本控制等。这些插件与中文语言包结合,可以构建...
eclipse indigo adt 20 安装好adt20的。放心下吧 切了好多段。下载完啊
Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。
eclipse indigo版本下配置android 配置myeclipse 配置tomcat 配置打包java应用程序 外链
eclipse indigo adt 20 安装好adt20的。
Eclipse 是一个开放源代码的、基于Java的可扩展开发平台。就其本身而言,它只是一个框架和一组服务,用于通过插件组件构建开发环境。
hadoop2.2.0 eclipse indigo 插件,亲测可用 直接放进eclipse的plugins文件夹中,重启eclipse就可用了。
eclipse jee indigo 配置好的绿色环境可直接在其中运行jetty8 在此基础上可支持websocket开发
eclipse jee indigo 配置好的绿色环境可直接在其中运行jetty8 在此基础上可支持websocket开发
Eclipse 3.7(代号为Indigo)是一款广泛使用的开源集成开发环境(IDE),专为Java开发者设计,但也支持其他编程语言。WindowBuilder是Eclipse中的一个强大工具,它使得用户可以通过直观的图形界面来创建、编辑和设计...
Eclipse 3.7 Indigo SR2 x86 是一个针对32位操作系统的、已经汉化的集成开发环境(IDE)版本,专为Java开发者设计。这个版本是Eclipse Indigo Service Release 2(SR2),是Indigo主版本的一个更新,提供了更多的...
eclipse jee indigo 可支持jetty8以上的绿色环境 可用于websocket开发
此压缩包“eclipse-jee-indigo-SR1-win32-x86_64(v3.7).rar”包含的是Eclipse针对Java企业版(Java EE)的版本,名为Indigo Service Release 1,适用于Windows 64位操作系统。 1. **Eclipse IDE**: Eclipse 是一个...
eclipse jee indigo 配置好的绿色环境可直接在其中运行jetty8 在此基础上可支持websocket开发