diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-09 13:24:50 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2019-08-09 13:24:50 +0200 |
commit | a65e7c75016b72300a02119a6d6d089bafb5b4f7 (patch) | |
tree | 590fd60ec7e90d2536ff60e99755ee7b094d88a3 /org.eclipse.jgit.archive/META-INF | |
parent | 1574353f7ca143d2b9ea833a3b543cc1185d1695 (diff) | |
download | jgit-a65e7c75016b72300a02119a6d6d089bafb5b4f7.tar.gz jgit-a65e7c75016b72300a02119a6d6d089bafb5b4f7.zip |
Export all packages of o.e.j.ant and o.e.j.archive bundles
Follow best practice in Eclipse OSGi based projects to export all
packages to foster reuse and experimentation.
Change-Id: I27f2810fbf0439fcb7c907e7b4d570a9613f8aa6
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.archive/META-INF')
-rw-r--r-- | org.eclipse.jgit.archive/META-INF/MANIFEST.MF | 3 |
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 f033786b5d..0eb38eb41b 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.4.1"; 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;version="5.4.1";x-internal:=true |