summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.ant
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2019-06-16 02:30:10 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2019-06-16 02:30:10 +0200
commit64de63ed417269bd8265079d05d6776e6a83d0fc (patch)
treeeeb406e9bbd6c8a6a96490d92d8c981efc676c2e /org.eclipse.jgit.ant
parent395e072a340592855580c1b17dccd9dccb2d8b92 (diff)
downloadjgit-64de63ed417269bd8265079d05d6776e6a83d0fc.tar.gz
jgit-64de63ed417269bd8265079d05d6776e6a83d0fc.zip
Ensure all packages are exported
This wasn't the case for the bundles - org.eclipse.jgit.ant - org.eclipse.jgit.archive Change-Id: Ibefcc82174fe23a9c1afb765099957414ac3556b Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.ant')
-rw-r--r--org.eclipse.jgit.ant/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
index 8fb1ddfd4a..e2f8a836ec 100644
--- a/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.ant/META-INF/MANIFEST.MF
@@ -9,5 +9,5 @@ Import-Package: org.apache.tools.ant,
org.eclipse.jgit.storage.file;version="[5.5.0,5.6.0)"
Bundle-Localization: plugin
Bundle-Vendor: %Provider-Name
-Export-Package: org.eclipse.jgit.ant.tasks;version="5.5.0";
- uses:="org.apache.tools.ant.types,org.apache.tools.ant"
+Export-Package: org.eclipse.jgit.ant,
+ org.eclipse.jgit.ant.tasks;version="5.5.0";uses:="org.apache.tools.ant.types,org.apache.tools.ant"