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/ui-restyle Commit: 0d7aa931b4892661df733cd1ba20fe139d13e59b Parents: 7646063 Author: Darren Shepherd <darren.s.sheph...@gmail.com> Authored: Wed Oct 9 10:52:28 2013 -0700 Committer: Darren Shepherd <darren.s.sheph...@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>