aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.archive
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2013-06-01 23:39:52 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2013-06-01 23:55:42 +0200
commit3ca663af0e5dc35344fb9d64be2633069a9acf4a (patch)
treea3de67042e7e180605cdc149e936a6f9905da5bc /org.eclipse.jgit.archive
parent659cadf06d165f1a31a0466689d77dff7330f99d (diff)
downloadjgit-3ca663af0e5dc35344fb9d64be2633069a9acf4a.tar.gz
jgit-3ca663af0e5dc35344fb9d64be2633069a9acf4a.zip
Fix version of dependency to package org.osgi.framework
OSGi 4.01 comes with package org.osgi.framework version 1.3 [1] which has the BundleActivator interface needed by org.eclipse.jgit.archive. OSGi 5.0 matches package org.osgi.framework version 1.7 [2]. [1] http://www.osgi.org/javadoc/r4v401/ [2] http://www.osgi.org/javadoc/r5/core/ Change-Id: I10f78e5eb02b5d03395f23d2f0ad039caf565269 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.archive')
-rw-r--r--org.eclipse.jgit.archive/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
index da031aa419..4dd03e115a 100644
--- a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
@@ -13,7 +13,7 @@ Import-Package: org.apache.commons.compress.archivers;version="[1.3,2.0)",
org.apache.commons.compress.compressors.xz;version="[1.3,2.0)",
org.eclipse.jgit.api;version="[3.0.0,3.1.0)",
org.eclipse.jgit.lib;version="[3.0.0,3.1.0)",
- org.osgi.framework;version="[4.0,5.0)"
+ org.osgi.framework;version="[1.3.0,2.0.0)"
Bundle-ActivationPolicy: lazy
Bundle-Activator: org.eclipse.jgit.archive.FormatActivator
Export-Package: org.eclipse.jgit.archive;version="3.0.0"