Skip to content

Commit

Permalink
Make baked plugin directories consistent with 2.0 conventions.
Browse files Browse the repository at this point in the history
  • Loading branch information
sitedyno committed May 19, 2011
1 parent 4d35d63 commit e645fa7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/Cake/Console/Command/Task/PluginTask.php
Expand Up @@ -110,11 +110,11 @@ public function bake($plugin) {
'Controller' . DS . 'Component',
'Lib',
'View' . DS . 'Helper',
'tests' . DS . 'Case' . DS . 'Controller' . DS . 'Component',
'tests' . DS . 'Case' . DS . 'View' . DS . 'Helper',
'tests' . DS . 'Case' . DS . 'Model' . DS . 'Behavior',
'tests' . DS . 'Fixture',
'vendors',
'Test' . DS . 'Case' . DS . 'Controller' . DS . 'Component',
'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper',
'Test' . DS . 'Case' . DS . 'Model' . DS . 'Behavior',
'Test' . DS . 'Fixture',
'Vendor',
'webroot'
);

Expand Down

0 comments on commit e645fa7

Please sign in to comment.