birt: (Business Intelligence and Reporting Tools), 是为 Web应用程序开发的基于 Eclipse 的开源报表系统,特别之处在于它是以 Java 和 JavaEE 为基础。BIRT 有两个主要组件:基于 Eclipse 的报表设计器,以及部署到应用服务器上的运行时组件。(来自百度百科)
cdt: C++ development tools(C/C++编辑器(一些基本的功能:语法高亮显示,代码编辑等),C/C++调试器,C/C++ Launcher,剖析器,内容提示,Makefile生成器等。)。Eclipse CDT[1]是 Eclipse 插件,它将把 Eclipse 转换为功能强大的 C/C++ IDE。它被设计为将 Java 开发人员喜爱的许多 Eclipse 优秀功能提供给 C/C++ 开发人员,例如项目管理、集成调试、类向导、自动构建、语法着色和代码完成。当 Eclipse 被用作 Java IDE 时,它将利用 JDK 并与之集成。同样地,CDT 将利用标准的 C/C++ 工具并与之集成,例如 g++、make 和 GDB。这使得 CDT 在 Linux 中变得非常流行,这些工具都可在 Linux 中使用并用于大多数 C++ 开发。可以在 Windows 上设置 CDT 以使用相同的工具。目前还在努力将 CDT 与 Microsoft 的 C++ 工具结合使用,以使 CDT 对 Windows C++ 开发人员更有吸引力。(蓝色部分来自百度百科)
jdt:java development tools。JDT(Java Development Tools)是Eclipse平台的全功能的Java集成开发环境插件。JDT(Java Development Tools)是一组为Eclipse平台添加了功能齐全的Java集成开发环境功能的插件。JDT插件提供API,从而支持开发者开发基于JDT的其他的插件。JDT插件由以下组件组成:JDT APT、JDT Core、JDT Debug、JDT Text、JDT UI。(来自百度百科)
pde:plug-in development environment, Eclipse 插件开发环境。PDE Runtime Binary
p2库包含插件开发环境包,与用户文档。Eclipse平台和Java开发工具不包括。可以结合使用二进制或SDK平台和JDT运行时如果你的工具依赖PDE活在当下。PDE Build Products PDE构建器是独立的、可执行的PDE构建配置,可用于构建OSGi和基于eclipse的系统。它们也可以用于更复杂的构建系统的基础运行测试,做API扫描,发布构建等。PDE SDK 包含PDE运行时二进制源有关.(来自百度百科)
platform:The Platform defines the set of frameworks and common services that collectively make up infrastructure required to support the use of Eclipse as a component model, as aRich Client Platform(RCP) and as a comprehensive tool integration platform. These services and frameworks include a standard workbench user interface model and portable native widget toolkit, a project model for managing resources, automatic resource delta management for incremental compilers and builders, language-independent debug infrastructure, and infrastructure for distributed multi-user versioned resource management.(platform的介绍资料全部来自http://wiki.eclipse.org/Platform)
The Eclipse Platform is divided into component areas as follows:
Ant-Eclipse/Ant integration
Workspace (Team, CVS, Compare, Resources)- Platform resource management
Debug-Generic execution debug framework
Releng-Release Engineering
Search-Integrated search facility
SWT- Standard Widget Toolkit (also seeSWTwiki page)
Text- Text editor framework
UI-Platform user interface, runtime and help components
Historical information about some of the above components may be
found on the following old component web pages. Information on these
pages is likely not up to date: