Simplify Eclipse setup for EGit developers
commitc63c5cc603c051e7af738a6c23b0028b94c7785a
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 29 Nov 2012 00:10:26 +0000 (29 01:10 +0100)
committerMatthias Sohn <matthias.sohn@sap.com>
Wed, 9 Jan 2013 00:23:36 +0000 (9 01:23 +0100)
tree68cea0603bcdf245d61be4ad0c2f10625505b70e
parent66626798f7929578847a42c77123ce0c689cfcef
Simplify Eclipse setup for EGit developers

This provides a quick way to install the tools typically used by
JGit/EGit contributors. In addition it provides an alternative to using
a target platform for provisioning 3rd party dependencies required to
compile and test JGit and EGit. Using a target platform is more accurate
as it allows to separate the dependencies of the workbench used for
development from the one used for testing. But using a target platform
is typically slower since PDE tries to communicate with p2 repositories
listed in the target platform.

In order to install dependencies and plugins typically used by EGit
developers click "Import... > Install > Install Software Items from
File" and select this p2f file, then select the bundles you want to
install and click OK.

Change-Id: I84709b302297e8ad9fb8c1b11d2edb85c7f03c57
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
tools/egit-developer-tools.p2f [new file with mode: 0644]