Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
feature #643 Move Acme demo bundle to sensio DistributionBundle (roma…
Browse files Browse the repository at this point in the history
…inneutron)

This PR was merged into the 2.4-dev branch.

Discussion
----------

Move Acme demo bundle to sensio DistributionBundle

See https://github.com/symfony/symfony-standard/issues/639
Merge sensiolabs/SensioDistributionBundle#119 before this one

Commits
-------

eb5d496 Move Acme demo bundle to sensio DistributionBundle
  • Loading branch information
fabpot committed Mar 30, 2014
2 parents d201559 + eb5d496 commit ea17e28
Show file tree
Hide file tree
Showing 31 changed files with 1 addition and 744 deletions.
1 change: 0 additions & 1 deletion app/AppKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ public function registerBundles()
);

if (in_array($this->getEnvironment(), array('dev', 'test'))) {
$bundles[] = new Acme\DemoBundle\AcmeDemoBundle();
$bundles[] = new Symfony\Bundle\WebProfilerBundle\WebProfilerBundle();
$bundles[] = new Sensio\Bundle\DistributionBundle\SensioDistributionBundle();
$bundles[] = new Sensio\Bundle\GeneratorBundle\SensioGeneratorBundle();
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"scripts": {
"post-install-cmd": [
"Incenteev\\ParameterHandler\\ScriptHandler::buildParameters",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAcmeDemoBundle",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
Expand Down
9 changes: 0 additions & 9 deletions src/Acme/DemoBundle/AcmeDemoBundle.php

This file was deleted.

48 changes: 0 additions & 48 deletions src/Acme/DemoBundle/Command/HelloWorldCommand.php

This file was deleted.

56 changes: 0 additions & 56 deletions src/Acme/DemoBundle/Controller/DemoController.php

This file was deleted.

70 changes: 0 additions & 70 deletions src/Acme/DemoBundle/Controller/SecuredController.php

This file was deleted.

18 changes: 0 additions & 18 deletions src/Acme/DemoBundle/Controller/WelcomeController.php

This file was deleted.

22 changes: 0 additions & 22 deletions src/Acme/DemoBundle/DependencyInjection/AcmeDemoExtension.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Acme/DemoBundle/EventListener/ControllerListener.php

This file was deleted.

20 changes: 0 additions & 20 deletions src/Acme/DemoBundle/Form/ContactType.php

This file was deleted.

12 changes: 0 additions & 12 deletions src/Acme/DemoBundle/Resources/config/routing.yml

This file was deleted.

18 changes: 0 additions & 18 deletions src/Acme/DemoBundle/Resources/config/services.xml

This file was deleted.

Loading

0 comments on commit ea17e28

Please sign in to comment.