]> source.dussan.org Git - nextcloud-server.git/commit
move archive library to core so we can properly depend on it
authorRobin Appelman <icewind@owncloud.com>
Wed, 2 May 2012 21:48:23 +0000 (23:48 +0200)
committerRobin Appelman <icewind@owncloud.com>
Wed, 2 May 2012 21:48:23 +0000 (23:48 +0200)
commite5ef3e1340f68fdcc46ba318dab1773b8fb530a8
treeab6c54857001552b62254f4950cc6caf45ce7720
parent0b51c5344399d9990d46b275afb82fbfbd070ad4
move archive library to core so we can properly depend on it
13 files changed:
apps/files_archive/appinfo/app.php
apps/files_archive/lib/archive.php [deleted file]
apps/files_archive/lib/tar.php [deleted file]
apps/files_archive/lib/zip.php [deleted file]
apps/files_archive/tests/archive.php [deleted file]
apps/files_archive/tests/tar.php [deleted file]
apps/files_archive/tests/zip.php [deleted file]
lib/archive.php [new file with mode: 0644]
lib/archive/tar.php [new file with mode: 0755]
lib/archive/zip.php [new file with mode: 0755]
tests/lib/archive.php [new file with mode: 0755]
tests/lib/archive/tar.php [new file with mode: 0755]
tests/lib/archive/zip.php [new file with mode: 0755]