You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by pr...@apache.org on 2013/04/17 00:17:28 UTC

[2/2] git commit: updated refs/heads/master to b910c2b

Removing unused bean property


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

Branch: refs/heads/master
Commit: b910c2b245b62017ef296fcaab0f64147e4d9f9d
Parents: 77ccc22
Author: Prachi Damle <pr...@cloud.com>
Authored: Tue Apr 16 15:15:53 2013 -0700
Committer: Prachi Damle <pr...@cloud.com>
Committed: Tue Apr 16 15:17:03 2013 -0700

----------------------------------------------------------------------
 client/tomcatconf/applicationContext.xml.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b910c2b2/client/tomcatconf/applicationContext.xml.in
----------------------------------------------------------------------
diff --git a/client/tomcatconf/applicationContext.xml.in b/client/tomcatconf/applicationContext.xml.in
index 866e3ed..7487a5e 100644
--- a/client/tomcatconf/applicationContext.xml.in
+++ b/client/tomcatconf/applicationContext.xml.in
@@ -609,7 +609,6 @@
     <property name="UserAuthenticators" value="#{userAuthenticators.Adapters}" />
     <property name="UserPasswordEncoders" value="#{userPasswordEncoders.Adapters}" />
     <property name="HostAllocators" value="#{hostAllocators.Adapters}" />
-    <property name="Planners" value="#{deploymentPlanners.Adapters}" />
 	<property name="AffinityGroupProcessors" value="#{affinityProcessors.Adapters}" />
   </bean>