From 694003d1478468128e53c0e682c4d808210aab1f Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 2 Dec 2014 17:21:19 +0100 Subject: [PATCH 1/2] Autoload lib files of versions app --- apps/files_versions/appinfo/app.php | 5 ----- apps/files_versions/lib/{versions.php => storage.php} | 0 apps/files_versions/tests/versions.php | 1 - 3 files changed, 6 deletions(-) rename apps/files_versions/lib/{versions.php => storage.php} (100%) diff --git a/apps/files_versions/appinfo/app.php b/apps/files_versions/appinfo/app.php index 78de1528f3..ae29bceb37 100644 --- a/apps/files_versions/appinfo/app.php +++ b/apps/files_versions/appinfo/app.php @@ -1,10 +1,5 @@ Date: Tue, 2 Dec 2014 17:26:42 +0100 Subject: [PATCH 2/2] Autoload exception from files_trashbin --- apps/files_trashbin/appinfo/app.php | 2 -- .../{exceptions.php => exceptions/copyrecursiveexception.php} | 0 2 files changed, 2 deletions(-) rename apps/files_trashbin/lib/{exceptions.php => exceptions/copyrecursiveexception.php} (100%) diff --git a/apps/files_trashbin/appinfo/app.php b/apps/files_trashbin/appinfo/app.php index 7df52da631..0e2cbaa529 100644 --- a/apps/files_trashbin/appinfo/app.php +++ b/apps/files_trashbin/appinfo/app.php @@ -3,8 +3,6 @@ $l = \OC::$server->getL10N('files_trashbin'); OCP\Util::addTranslations('files_trashbin'); -OC::$CLASSPATH['OCA\Files_Trashbin\Exceptions\CopyRecursiveException'] = 'files_trashbin/lib/exceptions.php'; - // register hooks \OCA\Files_Trashbin\Trashbin::registerHooks(); diff --git a/apps/files_trashbin/lib/exceptions.php b/apps/files_trashbin/lib/exceptions/copyrecursiveexception.php similarity index 100% rename from apps/files_trashbin/lib/exceptions.php rename to apps/files_trashbin/lib/exceptions/copyrecursiveexception.php