Development

Changeset 8086

You must first sign up to be able to contribute.

Changeset 8086

Show
Ignore:
Timestamp:
03/25/08 22:52:26 (6 months ago)
Author:
dwhittle
Message:

1.1: fixed generate:app task (merged r8085)

Files:

Legend:

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

    r7962 r8086  
    113113    )); 
    114114 
    115     $this->getFilesystem()->copy(dirname(__FILE__).'/skeleton/app/app/config/ApplicationConfiguration.class.php', $appDir.'/config/'.$app.'Configuration.class.php'); 
     115    $this->getFilesystem()->rename($appDir.'/config/ApplicationConfiguration.class.php', $appDir.'/config/'.$app.'Configuration.class.php'); 
    116116 
    117117    $this->getFilesystem()->replaceTokens($appDir.'/config/'.$app.'Configuration.class.php', '##', '##', array('APP_NAME' => $app));