Started refactoring the PearPackageXml handler. Refactored how PEAR element handlers...
authorGunnar Wrobel <p@rdus.de>
Tue, 12 Oct 2010 07:16:42 +0000 (09:16 +0200)
committerGunnar Wrobel <p@rdus.de>
Wed, 13 Oct 2010 19:14:42 +0000 (21:14 +0200)
commit73bd4607f545d156457e50114cb9f743ce0a1547
treeefbc08c5b1402ea92d7df29f589f832f47afbf18
parentab9e291310e68a9fdc792d65b42d5277647708e5
Started refactoring the PearPackageXml handler. Refactored how PEAR element handlers are generated. Adapted testing.
components/lib/Components/Dependencies.php
components/lib/Components/Dependencies/Injector.php
components/lib/Components/Module/PearPackageXml.php
components/lib/Components/Pear/Factory.php [new file with mode: 0644]
components/lib/Components/Pear/InstallLocation.php
components/lib/Components/Pear/Package.php
components/lib/Components/Runner/CiPrebuild.php
components/lib/Components/Runner/CiSetup.php
components/lib/Components/Runner/PearPackageXml.php [new file with mode: 0644]
components/test/Components/Integration/Components/Module/CiSetupTest.php
components/test/Components/StoryTestCase.php