diff options
author | Jonathan Nieder <jrn@google.com> | 2013-05-28 16:51:39 -0700 |
---|---|---|
committer | Jonathan Nieder <jrn@google.com> | 2013-05-28 16:51:39 -0700 |
commit | 7f2f59734c9bc435d66f2a2cfd659bd37ccdde2b (patch) | |
tree | 6391249ff560335e0aa30da7c34ce37b8dbea315 /org.eclipse.jgit.archive/META-INF | |
parent | 68d92182e6ce177c4ee97bab470ae867997a5530 (diff) | |
download | jgit-7f2f59734c9bc435d66f2a2cfd659bd37ccdde2b.tar.gz jgit-7f2f59734c9bc435d66f2a2cfd659bd37ccdde2b.zip |
Add tgz and txz archive formats
Change-Id: I347e8a9a112d142ccef91cba1d6e997d645ca70a
Diffstat (limited to 'org.eclipse.jgit.archive/META-INF')
-rw-r--r-- | org.eclipse.jgit.archive/META-INF/MANIFEST.MF | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF index 3d312e139f..da031aa419 100644 --- a/org.eclipse.jgit.archive/META-INF/MANIFEST.MF +++ b/org.eclipse.jgit.archive/META-INF/MANIFEST.MF @@ -9,6 +9,8 @@ Bundle-RequiredExecutionEnvironment: J2SE-1.5 Import-Package: org.apache.commons.compress.archivers;version="[1.3,2.0)", org.apache.commons.compress.archivers.tar;version="[1.3,2.0)", org.apache.commons.compress.archivers.zip;version="[1.3,2.0)", + org.apache.commons.compress.compressors.gzip;version="[1.3,2.0)", + org.apache.commons.compress.compressors.xz;version="[1.3,2.0)", org.eclipse.jgit.api;version="[3.0.0,3.1.0)", org.eclipse.jgit.lib;version="[3.0.0,3.1.0)", org.osgi.framework;version="[4.0,5.0)" |