diff options
author | Matthias Sohn | 2012-05-22 23:40:17 +0000 |
---|---|---|
committer | Matthias Sohn | 2012-05-23 20:23:23 +0000 |
commit | 7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7 (patch) | |
tree | 9a12a99433c213ea7c36b620369a71b5796cee26 /org.eclipse.egit.target/META-INF/MANIFEST.MF | |
parent | fe52a2cd0d927e62d8b524b637440706e613cff1 (diff) | |
download | egit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.tar.gz egit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.tar.xz egit-7bcb12ff937d87877c0d9e5d7bb30da33f5d31d7.zip |
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 <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.egit.target/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.egit.target/META-INF/MANIFEST.MF | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/org.eclipse.egit.target/META-INF/MANIFEST.MF b/org.eclipse.egit.target/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..aa2d7315d4 --- /dev/null +++ b/org.eclipse.egit.target/META-INF/MANIFEST.MF @@ -0,0 +1,6 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: EGit Target Platform Bundle +Bundle-SymbolicName: org.eclipse.egit.target +Bundle-Version: 2.0.0.qualifier +Bundle-RequiredExecutionEnvironment: J2SE-1.5 |