The branch "master" has been updated. The following is a summary of the commits.
from: 50390149194d5ca72d1f247f14b6f24ca59fffe1 806d709 Utility to rewrite the date and the time on a package.xml before a release. c200405 Update the package.xml before the release. ----------------------------------------------------------------------- commit 806d7096e7f993a40a2b82dae3d00d36b1081c19 Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 23:35:01 2011 +0100 Utility to rewrite the date and the time on a package.xml before a release. framework/Pear/lib/Horde/Pear/Package/Xml.php | 85 +++++++++++ framework/Pear/package.xml | 24 +++- framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php | 54 +++++++ framework/Pear/test/Horde/Pear/fixture/simple/lib/Old.php | 1 + framework/Pear/test/Horde/Pear/fixture/simple/lib/Stays.php | 1 + framework/Pear/test/Horde/Pear/fixture/simple/package.xml | 70 +++++++++ 6 files changed, 232 insertions(+), 3 deletions(-) create mode 100644 framework/Pear/lib/Horde/Pear/Package/Xml.php create mode 100644 framework/Pear/test/Horde/Pear/Unit/Package/XmlTest.php create mode 100644 framework/Pear/test/Horde/Pear/fixture/simple/lib/Old.php create mode 100644 framework/Pear/test/Horde/Pear/fixture/simple/lib/Stays.php create mode 100644 framework/Pear/test/Horde/Pear/fixture/simple/package.xml http://git.horde.org/horde-git/-/commit/806d7096e7f993a40a2b82dae3d00d36b1081c19 ----------------------------------------------------------------------- commit c2004059e22862598ddf9ad8d806d85e1c1987ee Author: Gunnar Wrobel <[email protected]> Date: Mon Mar 7 23:57:00 2011 +0100 Update the package.xml before the release. components/lib/Components/Pear/Factory.php | 12 ++++++++++++ components/lib/Components/Pear/Package.php | 16 +++++++++++++++- components/lib/Components/Runner/Release.php | 1 + components/package.xml | 4 ++++ 4 files changed, 32 insertions(+), 1 deletions(-) http://git.horde.org/horde-git/-/commit/c2004059e22862598ddf9ad8d806d85e1c1987ee __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
