Rename Horde_Qc to Horde_Element. I hope that fits better for what I have in mind...
authorGunnar Wrobel <p@rdus.de>
Sun, 22 Aug 2010 17:33:24 +0000 (19:33 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 23 Aug 2010 07:51:52 +0000 (09:51 +0200)
commitfb8b2d7151aeded0981232c6ffdd0b6c33580507
tree984bee8b52ac2804127cb0b5ae0713a0939bfb03
parent6ce092b2e84caa50750b293a865b5d1c50122c9f
Rename Horde_Qc to Horde_Element. I hope that fits better for what I have in mind for this package of tools.
38 files changed:
framework/Element/COPYING [new file with mode: 0644]
framework/Element/lib/Horde/Element.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Autoloader.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Config.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Config/Cli.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Configs.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Exception.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Module.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Module/PearPackageXml.php [new file with mode: 0644]
framework/Element/lib/Horde/Element/Modules.php [new file with mode: 0644]
framework/Element/package.xml [new file with mode: 0644]
framework/Element/script/horde-element.php [new file with mode: 0755]
framework/Element/test/Horde/Element/AllTests.php [new file with mode: 0644]
framework/Element/test/Horde/Element/Autoload.php [new file with mode: 0644]
framework/Element/test/Horde/Element/Integration/ElementTest.php [new file with mode: 0644]
framework/Element/test/Horde/Element/StoryTestCase.php [new file with mode: 0644]
framework/Element/test/Horde/Element/Stub/Parser.php [new file with mode: 0644]
framework/Element/test/Horde/Element/fixture/package.xml [new file with mode: 0644]
framework/Element/test/Horde/Element/phpunit.xml [new file with mode: 0644]
framework/Qc/COPYING [deleted file]
framework/Qc/lib/Horde/Qc.php [deleted file]
framework/Qc/lib/Horde/Qc/Autoloader.php [deleted file]
framework/Qc/lib/Horde/Qc/Config.php [deleted file]
framework/Qc/lib/Horde/Qc/Config/Cli.php [deleted file]
framework/Qc/lib/Horde/Qc/Configs.php [deleted file]
framework/Qc/lib/Horde/Qc/Exception.php [deleted file]
framework/Qc/lib/Horde/Qc/Module.php [deleted file]
framework/Qc/lib/Horde/Qc/Module/PearPackageXml.php [deleted file]
framework/Qc/lib/Horde/Qc/Modules.php [deleted file]
framework/Qc/package.xml [deleted file]
framework/Qc/script/horde-quality-control.php [deleted file]
framework/Qc/test/Horde/Qc/AllTests.php [deleted file]
framework/Qc/test/Horde/Qc/Autoload.php [deleted file]
framework/Qc/test/Horde/Qc/Integration/QcTest.php [deleted file]
framework/Qc/test/Horde/Qc/StoryTestCase.php [deleted file]
framework/Qc/test/Horde/Qc/Stub/Parser.php [deleted file]
framework/Qc/test/Horde/Qc/fixture/package.xml [deleted file]
framework/Qc/test/Horde/Qc/phpunit.xml [deleted file]