Author: dwhittle
Date: 2008-10-20 01:12:48 +0200 (Mon, 20 Oct 2008)
New Revision: 12261
Modified:
plugins/sfPropelPlugin/branches/1.3/config/config.php
plugins/sfPropelPlugin/branches/1.3/lib/task/sfPropelBuildSchemaTask.class.php
Log:
sfPropelPlugin: merged fixes to 1.1 branch
Modified: plugins/sfPropelPlugin/branches/1.3/config/config.php
===================================================================
--- plugins/sfPropelPlugin/branches/1.3/config/config.php 2008-10-19
19:24:31 UTC (rev 12260)
+++ plugins/sfPropelPlugin/branches/1.3/config/config.php 2008-10-19
23:12:48 UTC (rev 12261)
@@ -1,3 +1,3 @@
<?php
-set_include_path(sfConfig::get('sf_root_dir').PATH_SEPARATOR.sfConfig::get('sf_symfony_lib_dir').PATH_SEPARATOR.realpath(dirname(__FILE__).'/../lib/vendor/').'/'.PATH_SEPARATOR.get_include_path());
+set_include_path(realpath(dirname(__FILE__).'/../lib/vendor').PATH_SEPARATOR.sfConfig::get('sf_root_dir').PATH_SEPARATOR.get_include_path());
Modified:
plugins/sfPropelPlugin/branches/1.3/lib/task/sfPropelBuildSchemaTask.class.php
===================================================================
---
plugins/sfPropelPlugin/branches/1.3/lib/task/sfPropelBuildSchemaTask.class.php
2008-10-19 19:24:31 UTC (rev 12260)
+++
plugins/sfPropelPlugin/branches/1.3/lib/task/sfPropelBuildSchemaTask.class.php
2008-10-19 23:12:48 UTC (rev 12261)
@@ -32,7 +32,7 @@
$this->aliases = array('propel-build-schema');
$this->namespace = 'propel';
$this->name = 'build-schema';
- $this->briefDescription = 'Creates a schema.xml from an existing database';
+ $this->briefDescription = 'Creates a schema from an existing database';
$this->detailedDescription = <<<EOF
The [propel:build-schema|INFO] task introspects a database to create a schema:
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"symfony SVN" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/symfony-svn?hl=en
-~----------~----~----~----~------~----~------~--~---