From 12146ce40c97bf9fdffdf9c1c05a27ab90477559 Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Thu, 3 Oct 2013 09:14:00 -0700 Subject: [PATCH] Move ConfigurationDao and ConfigDepot to system context Previously ConfigurationDao and ConfigDepot was in the bootstrap context which was not needed. Moving down to system to be more consistent with the database upgrade checks. --- .../spring-framework-config-system-context-inheritable.xml} | 0 .../spring-framework-config-system-context.xml} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename framework/config/resources/META-INF/cloudstack/{bootstrap/spring-framework-config-bootstrap-context-inheritable.xml => system/spring-framework-config-system-context-inheritable.xml} (100%) rename framework/config/resources/META-INF/cloudstack/{bootstrap/spring-framework-config-bootstrap-context.xml => system/spring-framework-config-system-context.xml} (100%) diff --git a/framework/config/resources/META-INF/cloudstack/bootstrap/spring-framework-config-bootstrap-context-inheritable.xml b/framework/config/resources/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml similarity index 100% rename from framework/config/resources/META-INF/cloudstack/bootstrap/spring-framework-config-bootstrap-context-inheritable.xml rename to framework/config/resources/META-INF/cloudstack/system/spring-framework-config-system-context-inheritable.xml diff --git a/framework/config/resources/META-INF/cloudstack/bootstrap/spring-framework-config-bootstrap-context.xml b/framework/config/resources/META-INF/cloudstack/system/spring-framework-config-system-context.xml similarity index 100% rename from framework/config/resources/META-INF/cloudstack/bootstrap/spring-framework-config-bootstrap-context.xml rename to framework/config/resources/META-INF/cloudstack/system/spring-framework-config-system-context.xml