aboutsummaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-08-09 13:24:50 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-08-09 13:24:50 +0200
commita65e7c75016b72300a02119a6d6d089bafb5b4f7 (patch)
tree590fd60ec7e90d2536ff60e99755ee7b094d88a3 /org.eclipse.jgit.ant/META-INF/MANIFEST.MF
parent1574353f7ca143d2b9ea833a3b543cc1185d1695 (diff)
downloadjgit-a65e7c75016b72300a02119a6d6d089bafb5b4f7.tar.gz
jgit-a65e7c75016b72300a02119a6d6d089bafb5b4f7.zip
Export all packages of o.e.j.ant and o.e.j.archive bundles
Follow best practice in Eclipse OSGi based projects to export all packages to foster reuse and experimentation. Change-Id: I27f2810fbf0439fcb7c907e7b4d570a9613f8aa6 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.MF6
1 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index 313ea35790..15359e727d 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -9,5 +9,7 @@ Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.4.1,5.5.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.4.1";
- uses:="org.apache.tools.ant.types,org.apache.tools.ant"
+Export-Package: org.eclipse.jgit.ant;version="5.4.1",
+ org.eclipse.jgit.ant.tasks;version="5.4.1";
+ uses:="org.apache.tools.ant,
+ org.apache.tools.ant.types"