From 7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Wed, 23 May 2012 01:40:17 +0200 Subject: Define target platforms for the build This simplifies setting up the Eclipse workspace and allows to use Eclipse versions for development which are not matching the target platform version. In order to set a target platform open it using the target editor and click "Set as Target Platform". The EGit Maven build now also is based on the same target platform definition. This way dependencies used in the Maven build are identical to those used in Eclipse. This change is a prerequisite for change Id9d721ae574a83ad9440a93ddb143b1271fc2b2b as this is using a feature of the team framework only available in Juno. Without a target platform definition this could not be built in older Eclipse versions. Change-Id: I462e4a35fea4caec7ae95b08ac13cb495c0fa309 JGit-Dependency: Ifc4bfbb3efbab0f5bfbde74f0b2ddc5a2f9ee6a5 Signed-off-by: Matthias Sohn --- org.eclipse.egit.target/build.properties | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 org.eclipse.egit.target/build.properties (limited to 'org.eclipse.egit.target/build.properties') diff --git a/org.eclipse.egit.target/build.properties b/org.eclipse.egit.target/build.properties new file mode 100644 index 0000000000..34d2e4d2da --- /dev/null +++ b/org.eclipse.egit.target/build.properties @@ -0,0 +1,4 @@ +source.. = src/ +output.. = bin/ +bin.includes = META-INF/,\ + . -- cgit v1.2.3