Gii Generatorpath Is Not Include

Hi there,

main.config:




    	. . . .

		'gii'=>array(

			'class'=>'system.gii.GiiModule',

			'password'=>'pass',

			// If removed, Gii defaults to localhost only. Edit carefully to taste.

			'ipFilters'=>array('127.0.0.1','::1'),

			'generatorPaths'=>array('application.gii'),

		),

	),

	.  .  .  . 



I have my own generators in /protected/gii/generators. Folder structure is:




\protected\gii\generators\form\templates\default\action.php

\protected\gii\generators\form\templates\default\form.php

but in gii form generator this path is not included! what is the problem?