From ed5d6d2b79bed06dc82faa1077f51644c5e5ab76 Mon Sep 17 00:00:00 2001 From: Jarrett Jordaan Date: Wed, 18 Nov 2009 17:45:20 +0200 Subject: [PATCH] Updated install type detection. --- setup/migrate/config/commercial_config.xml | 17 +++++++++++++++++ setup/migrate/config/community_config.xml | 17 +++++++++++++++++ setup/upgrade/config/commercial_config.xml | 19 +++++++++++++++++++ setup/upgrade/config/community_config.xml | 19 +++++++++++++++++++ 4 files changed, 72 insertions(+), 0 deletions(-) create mode 100644 setup/migrate/config/commercial_config.xml create mode 100644 setup/migrate/config/community_config.xml create mode 100644 setup/upgrade/config/commercial_config.xml create mode 100644 setup/upgrade/config/community_config.xml diff --git a/setup/migrate/config/commercial_config.xml b/setup/migrate/config/commercial_config.xml new file mode 100644 index 0000000..d394269 --- /dev/null +++ b/setup/migrate/config/commercial_config.xml @@ -0,0 +1,17 @@ + + + + + + + installation + services + database + complete + + \ No newline at end of file diff --git a/setup/migrate/config/community_config.xml b/setup/migrate/config/community_config.xml new file mode 100644 index 0000000..d394269 --- /dev/null +++ b/setup/migrate/config/community_config.xml @@ -0,0 +1,17 @@ + + + + + + + installation + services + database + complete + + \ No newline at end of file diff --git a/setup/upgrade/config/commercial_config.xml b/setup/upgrade/config/commercial_config.xml new file mode 100644 index 0000000..7acf4a2 --- /dev/null +++ b/setup/upgrade/config/commercial_config.xml @@ -0,0 +1,19 @@ + + + + + + + welcome + installation + backup + restore + database + complete + + \ No newline at end of file diff --git a/setup/upgrade/config/community_config.xml b/setup/upgrade/config/community_config.xml new file mode 100644 index 0000000..7acf4a2 --- /dev/null +++ b/setup/upgrade/config/community_config.xml @@ -0,0 +1,19 @@ + + + + + + + welcome + installation + backup + restore + database + complete + + \ No newline at end of file -- libgit2 0.21.4