Renamed Element to Components within the package.
authorGunnar Wrobel <p@rdus.de>
Mon, 6 Sep 2010 03:38:50 +0000 (05:38 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 6 Sep 2010 10:46:57 +0000 (12:46 +0200)
commitfdb1af93f3735d7be1f437a7566ff6b17c8cc122
treebdf3a74ad62078717ef2ac24717d57952bba7cc1
parentf23ea53c277d5e1f6434722364b5de6ac1fa67ba
Renamed Element to Components within the package.
52 files changed:
components/data/hudson-component-build.xml.template [new file with mode: 0644]
components/data/hudson-component-config.xml.template [new file with mode: 0644]
components/data/hudson-component-phpunit.xml.template [new file with mode: 0644]
components/data/hudson-element-build.xml.template [deleted file]
components/data/hudson-element-config.xml.template [deleted file]
components/data/hudson-element-phpunit.xml.template [deleted file]
components/lib/Components.php [new file with mode: 0644]
components/lib/Components/Config.php [new file with mode: 0644]
components/lib/Components/Config/Cli.php [new file with mode: 0644]
components/lib/Components/Configs.php [new file with mode: 0644]
components/lib/Components/Constants.php [new file with mode: 0644]
components/lib/Components/Exception.php [new file with mode: 0644]
components/lib/Components/Module.php [new file with mode: 0644]
components/lib/Components/Module/CiSetup.php [new file with mode: 0644]
components/lib/Components/Module/DevPackage.php [new file with mode: 0644]
components/lib/Components/Module/Installer.php [new file with mode: 0644]
components/lib/Components/Module/PearPackageXml.php [new file with mode: 0644]
components/lib/Components/Modules.php [new file with mode: 0644]
components/lib/Horde/Element.php [deleted file]
components/lib/Horde/Element/Config.php [deleted file]
components/lib/Horde/Element/Config/Cli.php [deleted file]
components/lib/Horde/Element/Configs.php [deleted file]
components/lib/Horde/Element/Constants.php [deleted file]
components/lib/Horde/Element/Exception.php [deleted file]
components/lib/Horde/Element/Module.php [deleted file]
components/lib/Horde/Element/Module/CiSetup.php [deleted file]
components/lib/Horde/Element/Module/DevPackage.php [deleted file]
components/lib/Horde/Element/Module/Installer.php [deleted file]
components/lib/Horde/Element/Module/PearPackageXml.php [deleted file]
components/lib/Horde/Element/Modules.php [deleted file]
components/script/horde-components.php [new file with mode: 0755]
components/script/horde-element.php [deleted file]
components/test/Components/AllTests.php [new file with mode: 0644]
components/test/Components/Autoload.php [new file with mode: 0644]
components/test/Components/Integration/ElementTest.php [new file with mode: 0644]
components/test/Components/StoryTestCase.php [new file with mode: 0644]
components/test/Components/Stub/Parser.php [new file with mode: 0644]
components/test/Components/fixture/empty/package.xml [new file with mode: 0644]
components/test/Components/fixture/simple/lib/New.php [new file with mode: 0644]
components/test/Components/fixture/simple/lib/Second.php [new file with mode: 0644]
components/test/Components/fixture/simple/package.xml [new file with mode: 0644]
components/test/Components/phpunit.xml [new file with mode: 0644]
components/test/Horde/Element/AllTests.php [deleted file]
components/test/Horde/Element/Autoload.php [deleted file]
components/test/Horde/Element/Integration/ElementTest.php [deleted file]
components/test/Horde/Element/StoryTestCase.php [deleted file]
components/test/Horde/Element/Stub/Parser.php [deleted file]
components/test/Horde/Element/fixture/empty/package.xml [deleted file]
components/test/Horde/Element/fixture/simple/lib/New.php [deleted file]
components/test/Horde/Element/fixture/simple/lib/Second.php [deleted file]
components/test/Horde/Element/fixture/simple/package.xml [deleted file]
components/test/Horde/Element/phpunit.xml [deleted file]