From b914709f3279d3b0a3bfb5b1251212bc3114e021 Mon Sep 17 00:00:00 2001 From: mark_story Date: Tue, 16 Nov 2010 23:08:25 -0500 Subject: [PATCH] Moving AppShell to where the other shells live. --- cake/console/libs/app_shell.php | 17 ---------------- cake/console/shells/app_shell.php | 33 +++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 17 deletions(-) delete mode 100644 cake/console/libs/app_shell.php create mode 100644 cake/console/shells/app_shell.php diff --git a/cake/console/libs/app_shell.php b/cake/console/libs/app_shell.php deleted file mode 100644 index f7ccaf3b1..000000000 --- a/cake/console/libs/app_shell.php +++ /dev/null @@ -1,17 +0,0 @@ -