diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-12 17:57:30 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2013-11-12 23:11:16 +0100 |
commit | b41b5d723e4d52f00de4dd54e41175ab1c2af2b7 (patch) | |
tree | c96a9a5373618b723d93462b46dadcf1ef4cbe3d /org.eclipse.jgit.archive/META-INF | |
parent | 8399a9bcdee9162cdeeda233c7bf9f1943249197 (diff) | |
download | jgit-b41b5d723e4d52f00de4dd54e41175ab1c2af2b7.tar.gz 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/META-INF')
-rw-r--r-- | org.eclipse.jgit.archive/META-INF/MANIFEST.MF | 6 |
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" |