Changes made for documentation

This commit is contained in:
Abraar
2011-01-17 15:09:57 +00:00
parent 490a9d636b
commit 294adf7cc5
28 changed files with 48 additions and 22 deletions

View File

@@ -22,6 +22,12 @@
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*/
/**
* @package gulliver.system
*/
if (! PATH_THIRDPARTY ) {
die("You must launch gulliver command line with the gulliver script\n");
}

View File

@@ -23,6 +23,10 @@
*
*/
/**
* @package gulliver.system
*/
pake_task('project_exists');
pake_task('app_exists', 'project_exists');
pake_task('module_exists', 'app_exists');

View File

@@ -25,6 +25,10 @@
*/
//dont work mb_internal_encoding('UTF-8');
/**
* @package gulliver.system
*/
pake_desc('gulliver version');
pake_task('version', 'project_exists');

View File

@@ -31,6 +31,10 @@
* file that was distributed with this source code.
*/
/**
* @package gulliver.system
*/
pake_desc('create classes for current model');
pake_task('propel-build-model', 'project_exists');

View File

@@ -23,6 +23,10 @@
*
*/
/**
* @package gulliver.system
*/
pake_desc('launch unit tests');
pake_task('test-unit', 'project_exists');