Skip to content

Commit

Permalink
updated default packagemanifest.yml skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
mjollnir committed Mar 4, 2011
1 parent d237504 commit 138ed55
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions project_templates/packagemanifest.yml
Expand Up @@ -25,14 +25,15 @@ apps:
cron: cron:
#'another:console:command': "0-5/2 * * * *" #'another:console:command': "0-5/2 * * * *"
bundles: bundles:
- 'src/vendor/symfony' - 'vendor/symfony'
- 'src/vendor/zend/library/Zend/Log' - 'vendor/zend/library/Zend/Log'
- 'src/vendor/swiftmailer' - 'vendor/swiftmailer'
- 'src/vendor/doctrine' - 'vendor/doctrine'
- 'src/vendor/doctrine-migrations' - 'vendor/doctrine-migrations'
- 'src/vendor/doctrine-dbal' - 'vendor/doctrine-dbal'
- 'src/vendor/doctrine-common' - 'vendor/doctrine-common'
- 'src/vendor/twig' - 'vendor/twig'
- 'vendor/zend-log'
- 'src/Application/YourBundle' - 'src/Application/YourBundle'
assets: ~ assets: ~
profiles: profiles:
Expand All @@ -41,9 +42,9 @@ apps:
dbconfig: dbconfig:
dbtypes: pgsql dbtypes: pgsql
create: false create: false
postinst: postinst:
- 'doctrine:schema:drop --force' - 'doctrine:schema:drop --force'
- 'doctrine:schema:create' - 'doctrine:schema:create'
installfiles: installfiles:
- 'app/main' - 'app/main'
- 'src/autoload.php' - 'src/autoload.php'
Expand Down

0 comments on commit 138ed55

Please sign in to comment.