From 90f4c036275373e1c20abc408385e175e167f6aa Mon Sep 17 00:00:00 2001 From: ADmad Date: Tue, 14 Feb 2012 03:28:55 +0530 Subject: [PATCH] Moving view files from core to app --- {lib/Cake => app}/View/Emails/html/default.ctp | 0 app/View/Emails/html/empty | 0 {lib/Cake => app}/View/Emails/text/default.ctp | 0 app/View/Emails/text/empty | 0 app/View/Errors/empty | 0 {lib/Cake => app}/View/Errors/error400.ctp | 0 {lib/Cake => app}/View/Errors/error500.ctp | 0 {lib/Cake => app}/View/Layouts/Emails/html/default.ctp | 0 app/View/Layouts/Emails/html/empty | 0 {lib/Cake => app}/View/Layouts/Emails/text/default.ctp | 0 app/View/Layouts/Emails/text/empty | 0 {lib/Cake => app}/View/Layouts/ajax.ctp | 0 {lib/Cake => app}/View/Layouts/default.ctp | 0 {lib/Cake => app}/View/Layouts/flash.ctp | 0 {lib/Cake => app}/View/Layouts/js/default.ctp | 0 app/View/Layouts/js/empty | 0 {lib/Cake => app}/View/Layouts/rss/default.ctp | 0 app/View/Layouts/rss/empty | 0 {lib/Cake => app}/View/Layouts/xml/default.ctp | 0 app/View/Layouts/xml/empty | 0 20 files changed, 0 insertions(+), 0 deletions(-) rename {lib/Cake => app}/View/Emails/html/default.ctp (100%) delete mode 100644 app/View/Emails/html/empty rename {lib/Cake => app}/View/Emails/text/default.ctp (100%) delete mode 100644 app/View/Emails/text/empty delete mode 100644 app/View/Errors/empty rename {lib/Cake => app}/View/Errors/error400.ctp (100%) rename {lib/Cake => app}/View/Errors/error500.ctp (100%) rename {lib/Cake => app}/View/Layouts/Emails/html/default.ctp (100%) delete mode 100644 app/View/Layouts/Emails/html/empty rename {lib/Cake => app}/View/Layouts/Emails/text/default.ctp (100%) delete mode 100644 app/View/Layouts/Emails/text/empty rename {lib/Cake => app}/View/Layouts/ajax.ctp (100%) rename {lib/Cake => app}/View/Layouts/default.ctp (100%) rename {lib/Cake => app}/View/Layouts/flash.ctp (100%) rename {lib/Cake => app}/View/Layouts/js/default.ctp (100%) delete mode 100644 app/View/Layouts/js/empty rename {lib/Cake => app}/View/Layouts/rss/default.ctp (100%) delete mode 100644 app/View/Layouts/rss/empty rename {lib/Cake => app}/View/Layouts/xml/default.ctp (100%) delete mode 100644 app/View/Layouts/xml/empty diff --git a/lib/Cake/View/Emails/html/default.ctp b/app/View/Emails/html/default.ctp similarity index 100% rename from lib/Cake/View/Emails/html/default.ctp rename to app/View/Emails/html/default.ctp diff --git a/app/View/Emails/html/empty b/app/View/Emails/html/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Emails/text/default.ctp b/app/View/Emails/text/default.ctp similarity index 100% rename from lib/Cake/View/Emails/text/default.ctp rename to app/View/Emails/text/default.ctp diff --git a/app/View/Emails/text/empty b/app/View/Emails/text/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/app/View/Errors/empty b/app/View/Errors/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Errors/error400.ctp b/app/View/Errors/error400.ctp similarity index 100% rename from lib/Cake/View/Errors/error400.ctp rename to app/View/Errors/error400.ctp diff --git a/lib/Cake/View/Errors/error500.ctp b/app/View/Errors/error500.ctp similarity index 100% rename from lib/Cake/View/Errors/error500.ctp rename to app/View/Errors/error500.ctp diff --git a/lib/Cake/View/Layouts/Emails/html/default.ctp b/app/View/Layouts/Emails/html/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/Emails/html/default.ctp rename to app/View/Layouts/Emails/html/default.ctp diff --git a/app/View/Layouts/Emails/html/empty b/app/View/Layouts/Emails/html/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Layouts/Emails/text/default.ctp b/app/View/Layouts/Emails/text/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/Emails/text/default.ctp rename to app/View/Layouts/Emails/text/default.ctp diff --git a/app/View/Layouts/Emails/text/empty b/app/View/Layouts/Emails/text/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Layouts/ajax.ctp b/app/View/Layouts/ajax.ctp similarity index 100% rename from lib/Cake/View/Layouts/ajax.ctp rename to app/View/Layouts/ajax.ctp diff --git a/lib/Cake/View/Layouts/default.ctp b/app/View/Layouts/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/default.ctp rename to app/View/Layouts/default.ctp diff --git a/lib/Cake/View/Layouts/flash.ctp b/app/View/Layouts/flash.ctp similarity index 100% rename from lib/Cake/View/Layouts/flash.ctp rename to app/View/Layouts/flash.ctp diff --git a/lib/Cake/View/Layouts/js/default.ctp b/app/View/Layouts/js/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/js/default.ctp rename to app/View/Layouts/js/default.ctp diff --git a/app/View/Layouts/js/empty b/app/View/Layouts/js/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Layouts/rss/default.ctp b/app/View/Layouts/rss/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/rss/default.ctp rename to app/View/Layouts/rss/default.ctp diff --git a/app/View/Layouts/rss/empty b/app/View/Layouts/rss/empty deleted file mode 100644 index e69de29bb..000000000 diff --git a/lib/Cake/View/Layouts/xml/default.ctp b/app/View/Layouts/xml/default.ctp similarity index 100% rename from lib/Cake/View/Layouts/xml/default.ctp rename to app/View/Layouts/xml/default.ctp diff --git a/app/View/Layouts/xml/empty b/app/View/Layouts/xml/empty deleted file mode 100644 index e69de29bb..000000000