From 0cec2e34f2a53c9ecf904f1c7773565a761ccde2 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Thu, 28 Oct 2010 12:34:50 +0200 Subject: [PATCH] Fix location of post-install script, and change class name to make the post-install prompt clearer. --- framework/Role/{Setconfig.php => Horde/Role.php} | 2 +- framework/Role/package.xml | 33 +++++++++++++----------- 2 files changed, 19 insertions(+), 16 deletions(-) rename framework/Role/{Setconfig.php => Horde/Role.php} (98%) diff --git a/framework/Role/Setconfig.php b/framework/Role/Horde/Role.php similarity index 98% rename from framework/Role/Setconfig.php rename to framework/Role/Horde/Role.php index 29364f6ed..15d968f28 100644 --- a/framework/Role/Setconfig.php +++ b/framework/Role/Horde/Role.php @@ -21,7 +21,7 @@ * @license http://www.fsf.org/copyleft/gpl.html GPL * @package Role */ -class Setconfig_postinstall +class Horde_Role_postinstall { /** * PEAR config object. diff --git a/framework/Role/package.xml b/framework/Role/package.xml index d04be4f14..6779fae83 100644 --- a/framework/Role/package.xml +++ b/framework/Role/package.xml @@ -15,10 +15,10 @@ http://pear.php.net/dtd/package-2.0.xsd"> slusarz@horde.org yes - 2010-08-27 + 2010-10-28 - 0.1.0 - 0.1.0 + 0.2.0 + 0.2.0 beta @@ -29,20 +29,22 @@ http://pear.php.net/dtd/package-2.0.xsd"> + + + + + first + + horde_dir + Filesystem location where the Horde application is installed. + string + + + + + - - - - first - - horde_dir - Filesystem location where the Horde application is installed. - string - - - - @@ -57,6 +59,7 @@ http://pear.php.net/dtd/package-2.0.xsd"> + -- 2.11.0