Moving the Features folder again in order to ensure compatibility with the namespaces convention

This commit is contained in:
Gustavo Cruz
2015-02-24 18:14:41 -04:00
parent c7a7736edf
commit 077033adca
78 changed files with 330 additions and 265 deletions

View File

@@ -29,10 +29,10 @@ try {
}
}
$loader->add($rootDir . 'workflow/engine/', 'Features');
$loader->add($rootDir . 'workflow/engine/src/', "ProcessMaker");
//$loader->add($rootDir . "workflow/engine/classes/model/");
$loader->add($rootDir . 'workflow/engine/src/');
// add vendors to autoloader
$loader->add($rootDir . 'vendor/luracast/restler/vendor', "Luracast");
$loader->add($rootDir . 'vendor/bshaffer/oauth2-server-php/src/', "OAuth2");