Development

Changeset 8085

You must first sign up to be able to contribute.

Changeset 8085

Show
Ignore:
Timestamp:
03/25/08 22:49:22 (2 years ago)
Author:
dwhittle
Message:

dwhittle: fixed generate:app task (leaves unchanged config/ApplicationConfiguration.class.php)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/dwhittle/1.1/lib/task/generator/sfGenerateAppTask.class.php

    r7989 r8085  
    112112    )); 
    113113 
    114     $this->getFilesystem()->copy(dirname(__FILE__).'/skeleton/app/app/config/ApplicationConfiguration.class.php', $appDir.'/config/'.$app.'Configuration.class.php'); 
     114    $this->getFilesystem()->rename($appDir.'/config/ApplicationConfiguration.class.php', $appDir.'/config/'.$app.'Configuration.class.php'); 
    115115 
    116116    $this->getFilesystem()->replaceTokens($appDir.'/config/'.$app.'Configuration.class.php', '##', '##', array('APP_NAME' => $app)); 

The Sensio Labs Network

Since 1998, Sensio Labs has been promoting the Open-Source software movement by providing quality web application development, training, consulting.
Sensio Labs also supports several large Open-Source projects.