Refactor the dependency setup and add a draft for the distibute module.
authorGunnar Wrobel <p@rdus.de>
Sun, 3 Oct 2010 17:42:44 +0000 (19:42 +0200)
committerGunnar Wrobel <p@rdus.de>
Sun, 3 Oct 2010 17:45:53 +0000 (19:45 +0200)
commitbe3dccb87a7e307703b25a03095cb86be3786aac
tree2b3cb478da189223d122e1bdb6ee5168cbae41fd
parent9ab005f6d4130529ce68bf7de12f7a30f602b4d0
Refactor the dependency setup and add a draft for the distibute module.
12 files changed:
components/lib/Components.php
components/lib/Components/Dependencies.php
components/lib/Components/Dependencies/Injector.php
components/lib/Components/Module/Distribute.php [new file with mode: 0644]
components/lib/Components/Runner/Distribute.php [new file with mode: 0644]
components/package.xml
components/test/Components/Autoload.php
components/test/Components/Integration/Components/Module/CiSetupTest.php [new file with mode: 0644]
components/test/Components/Integration/ComponentsTest.php
components/test/Components/StoryTestCase.php
components/test/Components/Stub/Cli.php [new file with mode: 0644]
components/test/Components/Stub/Parser.php