Author: FabianLange
Date: 2010-02-03 10:22:49 +0100 (Wed, 03 Feb 2010)
New Revision: 27479

Modified:
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
   
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
   
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
   
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
Log:
[1.2, 1.3, 1.4] Removed svn version line from propel generated files showing 
them as modified even without changes each regeneration (backported r27472)

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormPropel extends sfFormPropel
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class Base<?php echo $this->table->getClassname() ?>Form extends BaseFormPropel
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>Form extends Base<?php echo 
$this->table->getClassname() ?>Form
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormFilterPropel extends sfFormFilterPropel
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:49 UTC (rev 27479)
@@ -8,7 +8,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class Base<?php echo $this->table->getClassname() ?>FormFilter extends 
BaseFormFilterPropel
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>FormFilter extends Base<?php 
echo $this->table->getClassname() ?>FormFilter
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -9,7 +9,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->getGeneratedModuleName() ?>Actions extends sfActions
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class Base<?php echo ucfirst($this->getModuleName()) ?>GeneratorHelper extends 
sfModelGeneratorHelper
 {

Modified: 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
===================================================================
--- 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.2/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->getGeneratedModuleName() ?>Actions extends sfActions
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormPropel extends sfFormPropel
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -8,7 +8,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo $this->table->getClassname() ?>Form extends 
BaseFormPropel
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>Form extends Base<?php echo 
$this->table->getClassname() ?>Form
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormFilterPropel extends sfFormFilterPropel
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo $this->table->getClassname() ?>FormFilter 
extends BaseFormFilterPropel
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>FormFilter extends Base<?php 
echo $this->table->getClassname() ?>FormFilter
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -9,7 +9,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class <?php echo $this->getGeneratedModuleName() ?>Actions extends 
<?php echo $this->getActionsBaseClass()."\n" ?>
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo ucfirst($this->getModuleName()) 
?>GeneratorHelper extends sfModelGeneratorHelper
 {

Modified: 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
===================================================================
--- 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.3/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->getGeneratedModuleName() ?>Actions extends <?php echo 
$this->getActionsBaseClass() ?>
 

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormBaseTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormPropel extends sfFormPropel
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormGeneratedTemplate.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -8,7 +8,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo $this->table->getClassname() ?>Form extends 
BaseFormPropel
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelForm/default/template/sfPropelFormTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage form
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>Form extends Base<?php echo 
$this->table->getClassname() ?>Form
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterBaseTemplate.php
       2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class BaseFormFilterPropel extends sfFormFilterPropel
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterGeneratedTemplate.php
  2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo $this->table->getClassname() ?>FormFilter 
extends BaseFormFilterPropel
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelFormFilter/default/template/sfPropelFormFilterTemplate.php
   2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage filter
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->table->getClassname() ?>FormFilter extends Base<?php 
echo $this->table->getClassname() ?>FormFilter
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/actions/actions.class.php
      2010-02-03 09:22:49 UTC (rev 27479)
@@ -9,7 +9,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class <?php echo $this->getGeneratedModuleName() ?>Actions extends 
<?php echo $this->getActionsBaseClass()."\n" ?>
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/admin/template/lib/helper.php
 2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 abstract class Base<?php echo ucfirst($this->getModuleName()) 
?>GeneratorHelper extends sfModelGeneratorHelper
 {

Modified: 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
===================================================================
--- 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:00 UTC (rev 27478)
+++ 
branches/1.4/lib/plugins/sfPropelPlugin/data/generator/sfPropelModule/default/template/actions/actions.class.php
    2010-02-03 09:22:49 UTC (rev 27479)
@@ -6,7 +6,6 @@
  * @package    ##PROJECT_NAME##
  * @subpackage <?php echo $this->getModuleName()."\n" ?>
  * @author     ##AUTHOR_NAME##
- * @version    SVN: $Id$
  */
 class <?php echo $this->getGeneratedModuleName() ?>Actions extends <?php echo 
$this->getActionsBaseClass() ?>
 

-- 
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.

Reply via email to