diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-01 00:36:17 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-06-02 00:41:12 +0200 |
commit | 77d2f3ca83e804234a025173a1a57f168d9be132 (patch) | |
tree | 7908e99b50505ccd0eb98f5f6a5de72216b9d78f /org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | |
parent | 60a4b5b27e924b13dd26148704c27e3209a04e0a (diff) | |
download | jgit-77d2f3ca83e804234a025173a1a57f168d9be132.tar.gz jgit-77d2f3ca83e804234a025173a1a57f168d9be132.zip |
Add jgit target platform to define dependencies more precisely
Avoid that the packaging build picks an older jgit version coming with
eclipse platform by using a target platform which allows to define the
dependencies more precisely.
Change-Id: I39bba3baa4517e2b5e5fe0de096e756f2904e3e9
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF new file mode 100644 index 0000000000..81ebab38d2 --- /dev/null +++ b/org.eclipse.jgit.packaging/org.eclipse.jgit.target/META-INF/MANIFEST.MF @@ -0,0 +1,5 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: JGit Target Platform Bundle +Bundle-SymbolicName: org.eclipse.jgit.target +Bundle-Version: 3.0.0.qualifier |