Changes made for documentation

This commit is contained in:
Abraar
2011-01-19 13:14:39 +00:00
parent 4c001f4e6f
commit b19c333b8d
5 changed files with 17 additions and 22 deletions

View File

@@ -20,13 +20,11 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*
* /**
* @package gulliver.bin.tasks
*/
/**
* @package gulliver.system
*/
if (! PATH_THIRDPARTY ) {
die("You must launch gulliver command line with the gulliver script\n");

View File

@@ -20,12 +20,11 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
*
* /**
* @package gulliver.bin.tasks
*/
/**
* @package gulliver.system
*/
pake_task('project_exists');
pake_task('app_exists', 'project_exists');

View File

@@ -21,13 +21,12 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package gulliver.bin.tasks
*/
//dont work mb_internal_encoding('UTF-8');
/**
* @package gulliver.system
*/
pake_desc('gulliver version');

View File

@@ -20,7 +20,8 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package gulliver.bin.tasks
*/
/*
@@ -29,11 +30,10 @@
*
* For the full copyright and license information, please view the LICENSE
* 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

@@ -20,12 +20,11 @@
*
* For more information, contact Colosa Inc, 2566 Le Jeune Rd.,
* Coral Gables, FL, 33134, USA, or email info@colosa.com.
*
* /**
* @package gulliver.bin.tasks
*/
/**
* @package gulliver.system
*/
pake_desc('launch unit tests');
pake_task('test-unit', 'project_exists');