Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2019-06-16 00:30:10 +0000
committerMatthias Sohn2019-06-16 00:30:10 +0000
commit64de63ed417269bd8265079d05d6776e6a83d0fc (patch)
treeeeb406e9bbd6c8a6a96490d92d8c981efc676c2e /org.eclipse.jgit.archive/META-INF/MANIFEST.MF
parent395e072a340592855580c1b17dccd9dccb2d8b92 (diff)
downloadjgit-64de63ed417269bd8265079d05d6776e6a83d0fc.tar.gz
jgit-64de63ed417269bd8265079d05d6776e6a83d0fc.tar.xz
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.archive/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.jgit.archive/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
index cfc940c592..101c03430c 100644
--- a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
+++ b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF
@@ -25,4 +25,5 @@ Export-Package: org.eclipse.jgit.archive;version="5.5.0";
uses:="org.eclipse.jgit.lib,
org.eclipse.jgit.api,
org.apache.commons.compress.archivers,
- org.osgi.framework"
+ org.osgi.framework",
+ org.eclipse.jgit.archive.internal;x-internal:=true

Back to the top