Allow creating new package.xml files from scratch when using the -u option. Also...
authorGunnar Wrobel <p@rdus.de>
Mon, 25 Oct 2010 16:45:51 +0000 (18:45 +0200)
committerGunnar Wrobel <p@rdus.de>
Mon, 25 Oct 2010 16:45:51 +0000 (18:45 +0200)
commit6ed3aaf10efd76798262c199c7e26160e9d4771a
tree729187d7aaa9188d1cd01cf87e3bf1ea9bbcfa33
parentdc70544a10b2beafac548a8994bab1b4c88736cd
Allow creating new package.xml files from scratch when using the -u option. Also add the horde role if required.
15 files changed:
components/TODO
components/lib/Components.php
components/lib/Components/Config.php
components/lib/Components/Config/Cli.php
components/lib/Components/Configs.php
components/lib/Components/Module/Base.php
components/lib/Components/Module/CiSetup.php
components/lib/Components/Module/Dependencies.php
components/lib/Components/Module/DevPackage.php
components/lib/Components/Module/Distribute.php
components/lib/Components/Module/Installer.php
components/lib/Components/Pear/Factory.php
components/lib/Components/Pear/Package.php
components/lib/Components/Runner/PearPackageXml.php
components/test/Components/Integration/Components/Module/PearPackageXmlTest.php