Changes made for documentation
This commit is contained in:
@@ -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");
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user