Removed the AcmeBundle

Signed-off-by: Gergely POLONKAI (W00d5t0ck) <polesz@w00d5t0ck.info>
This commit is contained in:
Polonkai Gergely
2012-07-01 09:59:16 +02:00
parent 5295ada144
commit 12ef9a147c
12 changed files with 4 additions and 308 deletions

View File

@@ -22,7 +22,6 @@ class AppKernel extends Kernel
);
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();

2
app/cache/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.git*

View File

@@ -1,16 +1,3 @@
_welcome:
pattern: /
defaults: { _controller: AcmeDemoBundle:Welcome:index }
_demo_secured:
resource: "@AcmeDemoBundle/Controller/SecuredController.php"
type: annotation
_demo:
resource: "@AcmeDemoBundle/Controller/DemoController.php"
type: annotation
prefix: /demo
_wdt:
resource: "@WebProfilerBundle/Resources/config/routing/wdt.xml"
prefix: /_wdt

2
app/logs/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*
!.git*