Commit a35029c3 authored by Łukasz Nowak's avatar Łukasz Nowak

Use corrected file.

parent 34959dbd
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
xmlns:meta="http://namespaces.zope.org/meta" xmlns:meta="http://namespaces.zope.org/meta"
xmlns:five="http://namespaces.zope.org/five"> xmlns:five="http://namespaces.zope.org/five">
<include package="Zope2.App" />
<include package="Products.Five" /> <include package="Products.Five" />
<meta:redefinePermission from="zope2.Public" to="zope.Public" /> <meta:redefinePermission from="zope2.Public" to="zope.Public" />
<!-- Load the meta --> <!-- Load the meta -->
<include files="package-includes/*-meta.zcml" /> <include files="package-includes/*-meta.zcml" />
<five:loadProducts file="meta.zcml"/> <five:loadProducts file="meta.zcml"/>
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
<includeOverrides files="package-includes/*-overrides.zcml" /> <includeOverrides files="package-includes/*-overrides.zcml" />
<five:loadProductsOverrides /> <five:loadProductsOverrides />
<securityPolicy <securityPolicy
component="AccessControl.security.SecurityPolicy" /> component="Products.Five.security.FiveSecurityPolicy" />
</configure> </configure>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment