From 05b102b273010eca2d3ccac51d2b51b1992058d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andre=CC=81s=20Montan=CC=83ez?= Date: Fri, 21 Sep 2012 00:22:22 -0300 Subject: [PATCH] Major overhauling and refactoring of Magallanes Command and Tasks modulairty and workflow. ADVICE: there is no Backwards Compatibility with custom tasks, those using the _config instance will be broken or those using the getEnvironmentName(). --- Mage/{Task => Command/BuiltIn}/Add.php | 0 Mage/{Task => Command/BuiltIn}/Compile.php | 0 Mage/{Task => Command/BuiltIn}/Deploy.php | 0 Mage/{Task => Command/BuiltIn}/Init.php | 0 Mage/{Task => Command/BuiltIn}/Install.php | 0 Mage/{Task => Command/BuiltIn}/Lock.php | 0 Mage/{Task => Command/BuiltIn}/Releases.php | 0 Mage/{Task => Command/BuiltIn}/Update.php | 0 Mage/{Task => Command/BuiltIn}/Upgrade.php | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename Mage/{Task => Command/BuiltIn}/Add.php (100%) rename Mage/{Task => Command/BuiltIn}/Compile.php (100%) rename Mage/{Task => Command/BuiltIn}/Deploy.php (100%) rename Mage/{Task => Command/BuiltIn}/Init.php (100%) rename Mage/{Task => Command/BuiltIn}/Install.php (100%) rename Mage/{Task => Command/BuiltIn}/Lock.php (100%) rename Mage/{Task => Command/BuiltIn}/Releases.php (100%) rename Mage/{Task => Command/BuiltIn}/Update.php (100%) rename Mage/{Task => Command/BuiltIn}/Upgrade.php (100%) diff --git a/Mage/Task/Add.php b/Mage/Command/BuiltIn/Add.php similarity index 100% rename from Mage/Task/Add.php rename to Mage/Command/BuiltIn/Add.php diff --git a/Mage/Task/Compile.php b/Mage/Command/BuiltIn/Compile.php similarity index 100% rename from Mage/Task/Compile.php rename to Mage/Command/BuiltIn/Compile.php diff --git a/Mage/Task/Deploy.php b/Mage/Command/BuiltIn/Deploy.php similarity index 100% rename from Mage/Task/Deploy.php rename to Mage/Command/BuiltIn/Deploy.php diff --git a/Mage/Task/Init.php b/Mage/Command/BuiltIn/Init.php similarity index 100% rename from Mage/Task/Init.php rename to Mage/Command/BuiltIn/Init.php diff --git a/Mage/Task/Install.php b/Mage/Command/BuiltIn/Install.php similarity index 100% rename from Mage/Task/Install.php rename to Mage/Command/BuiltIn/Install.php diff --git a/Mage/Task/Lock.php b/Mage/Command/BuiltIn/Lock.php similarity index 100% rename from Mage/Task/Lock.php rename to Mage/Command/BuiltIn/Lock.php diff --git a/Mage/Task/Releases.php b/Mage/Command/BuiltIn/Releases.php similarity index 100% rename from Mage/Task/Releases.php rename to Mage/Command/BuiltIn/Releases.php diff --git a/Mage/Task/Update.php b/Mage/Command/BuiltIn/Update.php similarity index 100% rename from Mage/Task/Update.php rename to Mage/Command/BuiltIn/Update.php diff --git a/Mage/Task/Upgrade.php b/Mage/Command/BuiltIn/Upgrade.php similarity index 100% rename from Mage/Task/Upgrade.php rename to Mage/Command/BuiltIn/Upgrade.php