Refactored structure

This commit is contained in:
Dmitry Khomutov 2016-04-17 12:34:12 +06:00
commit e5164ae1dd
329 changed files with 277 additions and 457 deletions

View file

@ -18,7 +18,7 @@ if (!defined('PHPCI_BIN_DIR')) {
// Define PHPCI_BUILD_ROOT_DIR
if (!defined('PHPCI_BUILD_ROOT_DIR')) {
define('PHPCI_BUILD_ROOT_DIR', PHPCI_DIR . 'PHPCI/build/');
define('PHPCI_BUILD_ROOT_DIR', PHPCI_DIR . 'runtime/builds/');
}
// Should PHPCI run the Shell plugin?