You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ed...@apache.org on 2013/10/11 03:01:56 UTC

[53/67] [abbrv] git commit: updated refs/heads/pluggable_vm_snapshot to d73f75a

Remove wrong ConfigDepot class from simulatorContext


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d7aa931
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d7aa931
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d7aa931

Branch: refs/heads/pluggable_vm_snapshot
Commit: 0d7aa931b4892661df733cd1ba20fe139d13e59b
Parents: 7646063
Author: Darren Shepherd <da...@gmail.com>
Authored: Wed Oct 9 10:52:28 2013 -0700
Committer: Darren Shepherd <da...@gmail.com>
Committed: Wed Oct 9 10:52:28 2013 -0700

----------------------------------------------------------------------
 client/tomcatconf/simulatorComponentContext.xml.in | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d7aa931/client/tomcatconf/simulatorComponentContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/simulatorComponentContext.xml.in b/client/tomcatconf/simulatorComponentContext.xml.in
index 82ff433..bc3599f 100644
--- a/client/tomcatconf/simulatorComponentContext.xml.in
+++ b/client/tomcatconf/simulatorComponentContext.xml.in
@@ -281,5 +281,4 @@
   </bean>
 
   <bean id="messageBus" class = "org.apache.cloudstack.framework.messagebus.MessageBusBase" />
-  <bean id="configDepot" class = "org.apache.cloudstack.framework.config.ConfigDepotImpl" />
 </beans>