From 3a8b428ae6aa3e8923c514d63bd6cade1bdda2cf Mon Sep 17 00:00:00 2001 From: Gunnar Wrobel Date: Wed, 26 Jan 2011 11:08:53 +0100 Subject: [PATCH] Fixed omission of "content/". The lib part of "content" needs to be role "horde" as well. I need a different way of managing applications within components. --- .../Components/Pear/Package/Contents/Factory.php | 1 + content/package.xml | 104 ++++++++++----------- 2 files changed, 51 insertions(+), 54 deletions(-) diff --git a/components/lib/Components/Pear/Package/Contents/Factory.php b/components/lib/Components/Pear/Package/Contents/Factory.php index 4e6a7d992..b126d88b7 100644 --- a/components/lib/Components/Pear/Package/Contents/Factory.php +++ b/components/lib/Components/Pear/Package/Contents/Factory.php @@ -62,6 +62,7 @@ class Components_Pear_Package_Contents_Factory private function _getMapping($path) { switch ($path) { + case 'content/': case 'horde/': case 'imp/': case 'ingo/': diff --git a/content/package.xml b/content/package.xml index 33ee91209..4113f7d77 100644 --- a/content/package.xml +++ b/content/package.xml @@ -17,7 +17,7 @@ yes 2011-01-26 - + 0.0.1 0.0.1 @@ -34,70 +34,70 @@ - - + + - - + + - - - - - - + + + + + + - + - - + + - - + + - - - + + + - - + + - - + + - + - + - - + + - - + + - + - + - + @@ -109,10 +109,6 @@ 1.9.0 - - horde - pear.horde.org - @@ -132,24 +128,24 @@ - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + -- 2.11.0