The branch "master" has been updated. The following is a summary of the commits.
from: 387bf6f511b03d7c93a423156653a06cbf227bc1 82e759e Remove circular dependency between Horde_Exception and Horde_Translation. ----------------------------------------------------------------------- commit 82e759e1813871b65962aa70a8900da5c96729c7 Author: Gunnar Wrobel <[email protected]> Date: Mon May 23 15:01:13 2011 +0200 Remove circular dependency between Horde_Exception and Horde_Translation. As far as I can tell PEAR is unable to install packages with circular dependencies when using the --offline switch. As Horde_Translation uses Horde_Translation_Exception in just a single location - and there only for a coding error in the derived class - I feel the circular dependency should rather be removed. framework/Translation/lib/Horde/Translation/Exception.php | 2 +- framework/Translation/package.xml | 7 ------- 2 files changed, 1 insertions(+), 8 deletions(-) http://git.horde.org/horde-git/-/commit/82e759e1813871b65962aa70a8900da5c96729c7 __ commits mailing list Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: [email protected]
