From: Matthias Sohn Date: Sun, 16 Jun 2019 00:30:10 +0000 (+0200) Subject: Ensure all packages are exported X-Git-Tag: v5.5.0.201908280940-m3~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=64de63ed417269bd8265079d05d6776e6a83d0fc;p=jgit.git 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 --- 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" 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