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>
This commit is contained in:
Matthias Sohn 2019-06-16 02:30:10 +02:00
parent 395e072a34
commit 64de63ed41
2 changed files with 4 additions and 3 deletions

View 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"

View 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