Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-11-12 16:57:30 +0000
committerMatthias Sohn2013-11-12 22:11:16 +0000
commitb41b5d723e4d52f00de4dd54e41175ab1c2af2b7 (patch)
treec96a9a5373618b723d93462b46dadcf1ef4cbe3d /org.eclipse.jgit.archive
parent8399a9bcdee9162cdeeda233c7bf9f1943249197 (diff)
downloadjgit-b41b5d723e4d52f00de4dd54e41175ab1c2af2b7.tar.gz
jgit-b41b5d723e4d52f00de4dd54e41175ab1c2af2b7.tar.xz
jgit-b41b5d723e4d52f00de4dd54e41175ab1c2af2b7.zip
Add uses directives to ensure OSGi wires jgit bundles correctly
See http://spring.io/blog/2008/10/20/understanding-the-osgi-uses-directive/ Bug: 420903 Change-Id: I3706a2b8f695d4ce0ee2333722ed7b8d31032f1e 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.MF6
1 files changed, 5 insertions, 1 deletions
diff --git a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
index 77caf7b1df..e931043e29 100644
--- a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
@@ -17,4 +17,8 @@ Import-Package: org.apache.commons.compress.archivers;version="[1.4,2.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.2.0"
+Export-Package: org.eclipse.jgit.archive;version="3.2.0";
+ uses:="org.eclipse.jgit.lib,
+ org.eclipse.jgit.api,
+ org.apache.commons.compress.archivers,
+ org.osgi.framework"

Back to the top