]> source.dussan.org Git - jgit.git/commit
Fix version of dependency to package org.osgi.framework 63/13463/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 1 Jun 2013 21:39:52 +0000 (23:39 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sat, 1 Jun 2013 21:55:42 +0000 (23:55 +0200)
commit3ca663af0e5dc35344fb9d64be2633069a9acf4a
treea3de67042e7e180605cdc149e936a6f9905da5bc
parent659cadf06d165f1a31a0466689d77dff7330f99d
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>
org.eclipse.jgit.archive/META-INF/MANIFEST.MF