]> source.dussan.org Git - jgit.git/commit
Drop dependency by ArchiveCommand.Format interface on commons-compress 62/12562/4
authorJonathan Nieder <jrn@google.com>
Thu, 23 May 2013 23:53:57 +0000 (16:53 -0700)
committerJonathan Nieder <jrn@google.com>
Fri, 24 May 2013 01:09:13 +0000 (18:09 -0700)
commitcfc15dd9dce2252baad9dc8ce0828203a205c2cf
treeec76d96562d1ff5c864f20169a79ea5268f3ef3a
parentd8177d6e195fad752de69f9bdeacbf6f6e004d2b
Drop dependency by ArchiveCommand.Format interface on commons-compress

Otherwise, anyone trying to implement a new format would have to
depend on commons-compress, even if using a different underlying
library to write the archive.

Change-Id: I301a1997e3b48aa7e32d693fd8f4b2d436c9b3a7
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ArchiveCommand.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/TarFormat.java
org.eclipse.jgit.pgm/src/org/eclipse/jgit/pgm/archive/ZipFormat.java