You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by da...@apache.org on 2014/05/01 09:43:15 UTC

git commit: updated refs/heads/4.4-forward to 9c27687

Repository: cloudstack
Updated Branches:
  refs/heads/4.4-forward e14c2ec72 -> 9c2768756


CLOUDSTACK-6549: ommission due to insufficient tests in CLOUDSTACK-6231


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

Branch: refs/heads/4.4-forward
Commit: 9c2768756cde11181c2a4955e6c2d01fee62a7bb
Parents: e14c2ec
Author: Daan Hoogland <da...@onecht.net>
Authored: Thu May 1 09:41:06 2014 +0200
Committer: Daan Hoogland <da...@onecht.net>
Committed: Thu May 1 09:42:54 2014 +0200

----------------------------------------------------------------------
 .../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/9c276875/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 bd9226e..f5050e2 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
@@ -195,6 +195,7 @@
   <bean id="networkAccountDaoImpl" class="com.cloud.network.dao.NetworkAccountDaoImpl" />
   <bean id="networkACLDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLDaoImpl" />
   <bean id="networkACLItemDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLItemDaoImpl" />
+  <bean id="networkACLItemCidrsDaoImpl" class="com.cloud.network.vpc.dao.NetworkACLItemCidrsDaoImpl" />
   <bean id="networkDaoImpl" class="com.cloud.network.dao.NetworkDaoImpl" />
   <bean id="networkDomainDaoImpl" class="com.cloud.network.dao.NetworkDomainDaoImpl" />
   <bean id="networkExternalFirewallDaoImpl" class="com.cloud.network.dao.NetworkExternalFirewallDaoImpl" />