[Zope-Checkins] CVS: Zope3 - zope.zcml:1.1.2.7
Martijn Pieters
mj@zope.com
Mon, 3 Dec 2001 11:43:04 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv10075
Modified Files:
Tag: Zope-3x-branch
zope.zcml
Log Message:
- Register Traversable as a feature.
- Do the right thing for unwrapped objects.
=== Zope3/zope.zcml 1.1.2.6 => 1.1.2.7 ===
>
+<feature component="Zope.App.Traversable"
+ provides="Zope.App.ITraversable"
+ />
+ <!-- Ultimately, this should be registered only for IWrapper, but that
+ won't work like that just now.
+ for="Zope.ContextWrapper.IWrapper" /> -->
+
<security:definePermission name="Add folders" />
<zmi:provideClass name="Zope.App.OFS.Folder"