Browse Source

Make baked plugin directories consistent with 2.0 conventions.

Heath Nail 15 years ago
parent
commit
e645fa7340
1 changed files with 5 additions and 5 deletions
  1. 5 5
      lib/Cake/Console/Command/Task/PluginTask.php

+ 5 - 5
lib/Cake/Console/Command/Task/PluginTask.php

@@ -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'
 			);