mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Make baked plugin directories consistent with 2.0 conventions.
This commit is contained in:
parent
4d35d634c8
commit
e645fa7340
1 changed files with 5 additions and 5 deletions
|
@ -110,11 +110,11 @@ class PluginTask extends Shell {
|
|||
'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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue