Log message for revision 102397: Moved ``Products/Five/traversing.zcml`` directly into the configure.zcml.
Changed: U Zope/trunk/doc/CHANGES.rst U Zope/trunk/src/Products/Five/configure.zcml D Zope/trunk/src/Products/Five/traversing.zcml -=- Modified: Zope/trunk/doc/CHANGES.rst =================================================================== --- Zope/trunk/doc/CHANGES.rst 2009-07-30 19:55:18 UTC (rev 102396) +++ Zope/trunk/doc/CHANGES.rst 2009-07-30 19:55:27 UTC (rev 102397) @@ -11,6 +11,8 @@ Restructuring +++++++++++++ +- Moved ``Products/Five/traversing.zcml`` directly into the configure.zcml. + - Moved zope.security-style permission registrations from Products.Five into the AccessControl package. Modified: Zope/trunk/src/Products/Five/configure.zcml =================================================================== --- Zope/trunk/src/Products/Five/configure.zcml 2009-07-30 19:55:18 UTC (rev 102396) +++ Zope/trunk/src/Products/Five/configure.zcml 2009-07-30 19:55:27 UTC (rev 102397) @@ -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" /> Deleted: Zope/trunk/src/Products/Five/traversing.zcml =================================================================== --- Zope/trunk/src/Products/Five/traversing.zcml 2009-07-30 19:55:18 UTC (rev 102396) +++ Zope/trunk/src/Products/Five/traversing.zcml 2009-07-30 19:55:27 UTC (rev 102397) @@ -1,7 +0,0 @@ -<configure xmlns="http://namespaces.zope.org/zope" - xmlns:five="http://namespaces.zope.org/five"> - - <!-- define default namespace adapters, etc. --> - <include package="zope.traversing" /> - -</configure> _______________________________________________ Zope-Checkins maillist - Zope-Checkins@zope.org http://mail.zope.org/mailman/listinfo/zope-checkins