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.pgm | |
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.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/META-INF/MANIFEST.MF | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF index 55276aade4..976e5a0d2f 100644 --- a/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.pgm/META-INF/MANIFEST.MF @@ -37,8 +37,9 @@ Import-Package: org.apache.commons.compress.archivers;version="[1.3,2.0)", org.eclipse.jgit.util.io;version="[4.1.0,4.2.0)", org.kohsuke.args4j;version="[2.0.12,2.1.0)", org.kohsuke.args4j.spi;version="[2.0.15,2.1.0)" -Bundle-ActivationPolicy: lazy -Export-Package: org.eclipse.jgit.console;version="4.1.0", +Export-Package: org.eclipse.jgit.console;version="4.1.0"; + uses:="org.eclipse.jgit.transport, + org.eclipse.jgit.util", org.eclipse.jgit.pgm;version="4.1.0"; uses:="org.eclipse.jgit.revwalk, org.eclipse.jgit.treewalk.filter, @@ -50,7 +51,9 @@ Export-Package: org.eclipse.jgit.console;version="4.1.0", org.eclipse.jgit.treewalk, javax.swing, org.eclipse.jgit.transport", - org.eclipse.jgit.pgm.debug;version="4.1.0";uses:="org.eclipse.jgit.pgm", + org.eclipse.jgit.pgm.debug;version="4.1.0"; + uses:="org.eclipse.jgit.util.io, + org.eclipse.jgit.pgm", org.eclipse.jgit.pgm.internal;version="4.1.0";x-friends:="org.eclipse.jgit.pgm.test,org.eclipse.jgit.test", org.eclipse.jgit.pgm.opt;version="4.1.0"; uses:="org.eclipse.jgit.lib, |