-
Notifications
You must be signed in to change notification settings - Fork 1
Build Instructions
reprogrammer edited this page Jan 1, 2013
·
12 revisions
Table of Contents
- Getting the source code and its dependencies
- Checking out the right versions of Eclipse bundles
- Eclipse Juno
- Eclipse Juno SR1
- Get the source code from
[email protected]:reprogrammer/composite-refactorings.gitand checkout the branch you want to contribute to. - Import the Eclipse bundles you got from the git repository into your Eclipse workspace. You may optionally check out the following bundles to examine the source code of Eclipse JDT:
- Import the dependencies of the test bundles into your Eclipse workspace to be able to run the tests. The test bundles depend on the following bundles:
-
eclipse/eclipse.jdt.ui
- org.eclipse.jdt.text.tests
- org.eclipse.jdt.ui
- org.eclipse.jdt.ui.tests
- org.eclipse.jdt.ui.tests.refactoring
-
eclipse/eclipse.platform.releng
- org.eclipse.test.performance
-
eclipse/eclipse.platform.text
- org.eclipse.core.filebuffers.tests
- org.eclipse.jface.text.tests
- org.eclipse.text.tests
Use the following branches of Eclipse bundles if you're using Eclipse Juno:
- eclipse/eclipse.jdt.core/v20120531-0637
- eclipse/eclipse.jdt.ui/v20120524-1551
- eclipse/eclipse.platform.releng/v20120525-1250
- eclipse/eclipse.platform.text/v20120523-1540
- Eclipse for RCP and RAP Developers
- Version: Juno Service Release 1
- Build id: 20120920-0800
We use the latest tag of the Eclipse bundles before the above build id.
Use the following branches of Eclipse bundles if you're using the above build of Eclipse Juno SR1:
- eclipse/eclipse.jdt.core/v20120916-214337
- eclipse/eclipse.jdt.ui/v20120918-153808
- eclipse/eclipse.platform.releng/v20120525-1250
- eclipse/eclipse.platform.text/v20120914-152159
You can use the command git checkout -b rcp-juno-sr1 branch-name to create a branch for a particular tag of a git repository of an Eclipse bundle. For example, git checkout -b rcp-juno-sr1 v20120916-214337.