From 797b429c0ff3a4dc70fa3b269545566af5a59acf Mon Sep 17 00:00:00 2001 From: "Paul M. Jones" Date: Tue, 20 Nov 2012 12:06:39 -0600 Subject: [PATCH] move lots of stuff around, still need to test it Signed-off-by: Paul M. Jones --- {src => hold/src}/Aura/Framework/Cli/MakeTest/Command.php | 0 {src => hold/src}/Aura/Framework/Exception/SourceNotFound.php | 0 {src => hold/src}/Aura/Framework/Exception/TestFileExists.php | 0 {src => hold/src}/Aura/Framework/Exception/TestFileNotCreated.php | 0 {src => hold/src}/Aura/Framework/Exception/TestFileNotFound.php | 0 {src => hold/src}/Aura/Framework/Exception/TestFileNotMoved.php | 0 {src => hold/src}/Aura/Framework/View/Helper/AssetHref.php | 0 {tests => hold/tests}/Aura/Framework/Cli/MakeTest/CommandTest.php | 0 .../tests}/Aura/Framework/View/Helper/AssetHrefTest.php | 0 {src/Aura/Framework/Cli/Server => scripts}/router.php | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename {src => hold/src}/Aura/Framework/Cli/MakeTest/Command.php (100%) rename {src => hold/src}/Aura/Framework/Exception/SourceNotFound.php (100%) rename {src => hold/src}/Aura/Framework/Exception/TestFileExists.php (100%) rename {src => hold/src}/Aura/Framework/Exception/TestFileNotCreated.php (100%) rename {src => hold/src}/Aura/Framework/Exception/TestFileNotFound.php (100%) rename {src => hold/src}/Aura/Framework/Exception/TestFileNotMoved.php (100%) rename {src => hold/src}/Aura/Framework/View/Helper/AssetHref.php (100%) rename {tests => hold/tests}/Aura/Framework/Cli/MakeTest/CommandTest.php (100%) rename {tests => hold/tests}/Aura/Framework/View/Helper/AssetHrefTest.php (100%) rename {src/Aura/Framework/Cli/Server => scripts}/router.php (100%) diff --git a/src/Aura/Framework/Cli/MakeTest/Command.php b/hold/src/Aura/Framework/Cli/MakeTest/Command.php similarity index 100% rename from src/Aura/Framework/Cli/MakeTest/Command.php rename to hold/src/Aura/Framework/Cli/MakeTest/Command.php diff --git a/src/Aura/Framework/Exception/SourceNotFound.php b/hold/src/Aura/Framework/Exception/SourceNotFound.php similarity index 100% rename from src/Aura/Framework/Exception/SourceNotFound.php rename to hold/src/Aura/Framework/Exception/SourceNotFound.php diff --git a/src/Aura/Framework/Exception/TestFileExists.php b/hold/src/Aura/Framework/Exception/TestFileExists.php similarity index 100% rename from src/Aura/Framework/Exception/TestFileExists.php rename to hold/src/Aura/Framework/Exception/TestFileExists.php diff --git a/src/Aura/Framework/Exception/TestFileNotCreated.php b/hold/src/Aura/Framework/Exception/TestFileNotCreated.php similarity index 100% rename from src/Aura/Framework/Exception/TestFileNotCreated.php rename to hold/src/Aura/Framework/Exception/TestFileNotCreated.php diff --git a/src/Aura/Framework/Exception/TestFileNotFound.php b/hold/src/Aura/Framework/Exception/TestFileNotFound.php similarity index 100% rename from src/Aura/Framework/Exception/TestFileNotFound.php rename to hold/src/Aura/Framework/Exception/TestFileNotFound.php diff --git a/src/Aura/Framework/Exception/TestFileNotMoved.php b/hold/src/Aura/Framework/Exception/TestFileNotMoved.php similarity index 100% rename from src/Aura/Framework/Exception/TestFileNotMoved.php rename to hold/src/Aura/Framework/Exception/TestFileNotMoved.php diff --git a/src/Aura/Framework/View/Helper/AssetHref.php b/hold/src/Aura/Framework/View/Helper/AssetHref.php similarity index 100% rename from src/Aura/Framework/View/Helper/AssetHref.php rename to hold/src/Aura/Framework/View/Helper/AssetHref.php diff --git a/tests/Aura/Framework/Cli/MakeTest/CommandTest.php b/hold/tests/Aura/Framework/Cli/MakeTest/CommandTest.php similarity index 100% rename from tests/Aura/Framework/Cli/MakeTest/CommandTest.php rename to hold/tests/Aura/Framework/Cli/MakeTest/CommandTest.php diff --git a/tests/Aura/Framework/View/Helper/AssetHrefTest.php b/hold/tests/Aura/Framework/View/Helper/AssetHrefTest.php similarity index 100% rename from tests/Aura/Framework/View/Helper/AssetHrefTest.php rename to hold/tests/Aura/Framework/View/Helper/AssetHrefTest.php diff --git a/src/Aura/Framework/Cli/Server/router.php b/scripts/router.php similarity index 100% rename from src/Aura/Framework/Cli/Server/router.php rename to scripts/router.php