]> source.dussan.org Git - jgit.git/commitdiff
Ensure all packages are exported 29/144129/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 16 Jun 2019 00:30:10 +0000 (02:30 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 16 Jun 2019 00:30:10 +0000 (02:30 +0200)
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>
org.eclipse.jgit.ant/META-INF/MANIFEST.MF
org.eclipse.jgit.archive/META-INF/MANIFEST.MF

index 8fb1ddfd4ad52d02eaa48ba920502817ffec0cc6..e2f8a836ecf7308f686fac25c6a46c5006fd3a00 100644 (file)
@@ -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"
index cfc940c592f1e10f6287ad9093daf88065185393..101c03430c308689ecc13ad26a64fd323f66b584 100644 (file)
@@ -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