Add a dependency list module.
authorGunnar Wrobel <p@rdus.de>
Wed, 13 Oct 2010 19:02:52 +0000 (21:02 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 13 Oct 2010 19:14:46 +0000 (21:14 +0200)
commit10468cddca5650ef28120fd50610f8df4095ed64
treec5a09353a6fca4c4c1542d403977a4c7263a9867
parent4efe096dee67b13b1e316e8784242ed0482cb6b9
Add a dependency list module.
15 files changed:
components/TODO
components/lib/Components/Dependencies/Injector.php
components/lib/Components/Helper/ListRun.php [new file with mode: 0644]
components/lib/Components/Helper/Tree.php
components/lib/Components/Helper/Tree/Element.php
components/lib/Components/Module/Dependencies.php [new file with mode: 0644]
components/lib/Components/Output.php
components/lib/Components/Pear/Factory.php
components/lib/Components/Pear/Package.php
components/lib/Components/Runner/Dependencies.php [new file with mode: 0644]
components/lib/Components/Runner/Installer.php
components/package.xml
components/test/Components/Integration/Components/Module/DependenciesTest.php [new file with mode: 0644]
components/test/Components/Integration/Components/Module/InstallerTest.php
components/test/Components/StoryTestCase.php