You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bf...@apache.org on 2013/10/24 20:30:54 UTC

[16/50] [abbrv] git commit: updated refs/heads/ui-restyle to 500c798

Include new DAO added since spring-modularization branch


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

Branch: refs/heads/ui-restyle
Commit: df728fcf41ba0dfddabfaadea8cbcb77d18bfa96
Parents: 76c22ea
Author: Darren Shepherd <da...@gmail.com>
Authored: Wed Oct 23 11:23:52 2013 -0700
Committer: Darren Shepherd <da...@gmail.com>
Committed: Wed Oct 23 11:23:52 2013 -0700

----------------------------------------------------------------------
 .../cloudstack/core/spring-engine-schema-core-daos-context.xml      | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/df728fcf/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml
----------------------------------------------------------------------
diff --git a/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml b/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml
index cc5af3f..f4bbb23 100644
--- a/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml
+++ b/engine/schema/resources/META-INF/cloudstack/core/spring-engine-schema-core-daos-context.xml
@@ -311,6 +311,7 @@
   <bean id="applicationLbRuleDaoImpl" class="org.apache.cloudstack.lb.dao.ApplicationLoadBalancerRuleDaoImpl" />
   <bean id="networkOfferingDetailsDaoImpl" class="com.cloud.offerings.dao.NetworkOfferingDetailsDaoImpl" />
   <bean id="serviceOfferingDetailsDaoImpl" class="com.cloud.service.dao.ServiceOfferingDetailsDaoImpl"/>
+  <bean id="networkDetailsDaoImpl" class="com.cloud.network.dao.NetworkDetailsDaoImpl" />
 
   <bean id="AffinityGroupDaoImpl" class="org.apache.cloudstack.affinity.dao.AffinityGroupDaoImpl" />
   <bean id="AffinityGroupVMMapDaoImpl" class="org.apache.cloudstack.affinity.dao.AffinityGroupVMMapDaoImpl" />