【发布时间】:2010-09-02 03:08:06
【问题描述】:
需要看一下eclipse的一些核心插件的源码。我已经下载了the Eclipse for RCP and RAP developers。要获取插件的源代码,我转到“插件”视图并右键单击插件。然后,我选择“Import As”菜单项和“Project from a Repository...”子菜单项以从其 CVS 存储库中检出插件。从 CVS 签出非常耗时。所以,我尝试import the plugin as a source project or a binary project with linked content。但是,导入的项目缺少源代码,因为我的 Eclipse 安装没有附带其插件的源代码。我正在寻找一种比从 CVS 存储库中检出 Eclipse 插件源更快的方法。所以,我想知道如何获得包含其插件源代码的 Eclipse 安装。
【问题讨论】:
标签: eclipse eclipse-plugin eclipse-rcp