diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-31 09:38:18 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2015-08-31 11:34:06 +0200 |
commit | 3a4a5a4e57f41c595ba950ea6f6680260669bf34 (patch) | |
tree | 01205dad24fd52ea85348f0e51b46ae8bd948909 /org.eclipse.jgit.junit | |
parent | 05acf1c62f415e263d835ae991268e97e7f7ced3 (diff) | |
download | jgit-3a4a5a4e57f41c595ba950ea6f6680260669bf34.tar.gz jgit-3a4a5a4e57f41c595ba950ea6f6680260669bf34.zip |
Update uses-clauses in OSGi manifests
In Bug 476164 it was reported that EGit doesn't start when the platform
comes with jsch 0.1.51 while this version of EGit/JGit brings jsch
0.1.53. This could be caused by outdated uses-clauses. Hence recompute
them using PDE tooling.
Bug: 476164
Change-Id: I185ba097884ead9cd034eba842bd3bf34181a99b
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.junit')
-rw-r--r-- | org.eclipse.jgit.junit/META-INF/MANIFEST.MF | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF index 72a0bb8bd7..d0ce55a245 100644 --- a/org.eclipse.jgit.junit/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.junit/META-INF/MANIFEST.MF @@ -5,7 +5,6 @@ Bundle-SymbolicName: org.eclipse.jgit.junit Bundle-Version: 4.1.0.qualifier Bundle-Localization: plugin Bundle-Vendor: %provider_name -Bundle-ActivationPolicy: lazy Bundle-RequiredExecutionEnvironment: JavaSE-1.7 Import-Package: org.eclipse.jgit.api;version="[4.1.0,4.2.0)", org.eclipse.jgit.api.errors;version="[4.1.0,4.2.0)", @@ -22,4 +21,12 @@ Import-Package: org.eclipse.jgit.api;version="[4.1.0,4.2.0)", org.eclipse.jgit.util;version="[4.1.0,4.2.0)", org.eclipse.jgit.util.io;version="[4.1.0,4.2.0)", org.junit;version="[4.0.0,5.0.0)" -Export-Package: org.eclipse.jgit.junit;version="4.1.0" +Export-Package: org.eclipse.jgit.junit;version="4.1.0"; + uses:="org.eclipse.jgit.dircache, + org.eclipse.jgit.lib, + org.eclipse.jgit.revwalk, + org.eclipse.jgit.internal.storage.file, + org.eclipse.jgit.treewalk, + org.eclipse.jgit.util, + org.eclipse.jgit.storage.file, + org.eclipse.jgit.api" |