Skip to content

Commit

Permalink
[HttpKernel] removed the bootstrap files as they do not belong to the…
Browse files Browse the repository at this point in the history
… component

As these files are just about optimizing the performance,
they are now part of the sandbox and the upcoming standard
Symfony distribution.

It should also make your IDE happier!
  • Loading branch information
fabpot committed Feb 19, 2011
1 parent 857a9f3 commit b44d044
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4,606 deletions.
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Expand Up @@ -24,8 +24,6 @@
<exclude>
<directory>./src/Symfony/Bundle/*/Resources</directory>
<directory>./src/Symfony/Component/*/Resources</directory>
<file>./src/Symfony/Component/HttpKernel/bootstrap.php</file>
<file>./src/Symfony/Component/HttpKernel/bootstrap_cache.php</file>
</exclude>
</whitelist>
</filter>
Expand Down
76 changes: 0 additions & 76 deletions src/Symfony/Component/HttpKernel/Resources/bin/packager.php

This file was deleted.

0 comments on commit b44d044

Please sign in to comment.