Changes made for documentation
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
pake_task('project_exists');
|
||||
pake_task('app_exists', 'project_exists');
|
||||
pake_task('module_exists', 'app_exists');
|
||||
|
||||
@@ -25,6 +25,10 @@
|
||||
*/
|
||||
//dont work mb_internal_encoding('UTF-8');
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
|
||||
pake_desc('gulliver version');
|
||||
pake_task('version', 'project_exists');
|
||||
|
||||
@@ -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');
|
||||
|
||||
|
||||
@@ -23,6 +23,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* @package gulliver.system
|
||||
*/
|
||||
|
||||
pake_desc('launch unit tests');
|
||||
pake_task('test-unit', 'project_exists');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user