diff options
Diffstat (limited to 'apps/files_archive/appinfo')
-rw-r--r-- | apps/files_archive/appinfo/app.php | 13 | ||||
-rw-r--r-- | apps/files_archive/appinfo/info.xml | 14 | ||||
-rw-r--r-- | apps/files_archive/appinfo/version | 1 |
3 files changed, 0 insertions, 28 deletions
diff --git a/apps/files_archive/appinfo/app.php b/apps/files_archive/appinfo/app.php deleted file mode 100644 index 67376c4a03a..00000000000 --- a/apps/files_archive/appinfo/app.php +++ /dev/null @@ -1,13 +0,0 @@ -<?php -/** - * Copyright (c) 2012 Robin Appelman <icewind@owncloud.com> - * This file is licensed under the Affero General Public License version 3 or - * later. - * See the COPYING-README file. - */ - -OC::$CLASSPATH['OC_Filestorage_Archive']='apps/files_archive/lib/storage.php'; - -OCP\Util::connectHook('OC_Filesystem','get_mountpoint','OC_Filestorage_Archive','autoMount'); - -OCP\Util::addscript( 'files_archive', 'archive' ); diff --git a/apps/files_archive/appinfo/info.xml b/apps/files_archive/appinfo/info.xml deleted file mode 100644 index 93ec68ee10d..00000000000 --- a/apps/files_archive/appinfo/info.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0"?> -<info> - <id>files_archive</id> - <name>Archive support</name> - <description>Transparent opening of archives</description> - <licence>AGPL</licence> - <author>Robin Appelman</author> - <require>4</require> - <shipped>true</shipped> - <types> - <filesystem/> - </types> - <default_enable/> -</info> diff --git a/apps/files_archive/appinfo/version b/apps/files_archive/appinfo/version deleted file mode 100644 index 2f4536184bc..00000000000 --- a/apps/files_archive/appinfo/version +++ /dev/null @@ -1 +0,0 @@ -0.2
\ No newline at end of file |