Commit 704f6404 authored by Hanno Schlichting's avatar Hanno Schlichting

Moved ``Products/Five/traversing.zcml`` directly into the configure.zcml.

parent f91af893
......@@ -11,6 +11,8 @@ Trunk (unreleased)
Restructuring
+++++++++++++
- Moved ``Products/Five/traversing.zcml`` directly into the configure.zcml.
- Moved zope.security-style permission registrations from Products.Five into
the AccessControl package.
......
......@@ -4,8 +4,8 @@
<include file="meta.zcml" />
<include file="permissions.zcml" />
<include file="deprecated.zcml"/>
<include file="traversing.zcml"/>
<include package="zope.traversing" />
<include package="OFS "/>
<include package="ZPublisher" />
......
<configure xmlns="http://namespaces.zope.org/zope"
xmlns:five="http://namespaces.zope.org/five">
<!-- define default namespace adapters, etc. -->
<include package="zope.traversing" />
</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