Skip to content
reprogrammer edited this page Jan 1, 2013 · 12 revisions

Table of Contents


Getting the source code and its dependencies

  1. Get the source code from [email protected]:reprogrammer/composite-refactorings.git and checkout the branch you want to contribute to.
  2. 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:
  1. 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:

Checking out the right versions of Eclipse bundles

Eclipse Juno

Use the following branches of Eclipse bundles if you're using Eclipse Juno:

Eclipse Juno SR1

  • 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:

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.

Clone this wiki locally