Renaming more folders

This commit is contained in:
Jose Lorenzo Rodriguez 2011-05-13 02:31:33 -04:30
parent 900dfef2f7
commit ded3cb4826
239 changed files with 4 additions and 3 deletions

View file

@ -311,10 +311,11 @@ class App {
'locales' => array( 'locales' => array(
'%s' . 'locale' . DS '%s' . 'locale' . DS
), ),
'vendors' => array('%s' . 'vendors' . DS, VENDORS), 'vendors' => array('%s' . 'Vendor' . DS, VENDORS),
'plugins' => array( 'plugins' => array(
APP . 'plugins' . DS, APP . 'Plugin' . DS,
dirname(dirname(CAKE)) . DS . 'plugins' . DS APP . 'plugin' . DS,
dirname(dirname(CAKE)) . DS . 'Plugin' . DS,
) )
); );
} }

Some files were not shown because too many files have changed in this diff Show more