Skip to content

Commit

Permalink
Merge pull request #128 from toaotc/master
Browse files Browse the repository at this point in the history
Added missing documentation entry for SVN way in ProjectConfiguration.class.php.
  • Loading branch information
willdurand committed Mar 29, 2012
2 parents 342343c + a0977c1 commit 6fc933a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -47,6 +47,7 @@ class ProjectConfiguration extends sfProjectConfiguration
// If you're following the SVN way, uncomment the next two lines
//sfConfig::set('sf_phing_path', sfConfig::get('sf_root_dir').'/lib/vendor/phing');
//sfConfig::set('sf_propel_path', sfConfig::get('sf_root_dir').'/lib/vendor/propel');
//sfConfig::set('sf_propel_generator_path', sfConfig::get('sf_root_dir').'/lib/vendor/propel/generator/lib');

$this->enablePlugins('sfPropelORMPlugin');
}
Expand Down

0 comments on commit 6fc933a

Please sign in to comment.