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.ant/META-INF/MANIFEST.MF | |
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.ant/META-INF/MANIFEST.MF')
-rw-r--r-- | org.eclipse.jgit.ant/META-INF/MANIFEST.MF | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF index c861612835..82985d5e00 100644 --- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF @@ -8,4 +8,5 @@ Import-Package: org.apache.tools.ant, org.eclipse.jgit.storage.file;version="[3.2.0,3.3.0)" Bundle-Localization: plugin Bundle-Vendor: %Provider-Name -Export-Package: org.eclipse.jgit.ant.tasks;version="3.2.0" +Export-Package: org.eclipse.jgit.ant.tasks;version="3.2.0"; + uses:="org.apache.tools.ant.types,org.apache.tools.ant" |