[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Traversing - configure.zcml:1.1 traversing.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 15:34:07 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Traversing
In directory cvs.zope.org:/tmp/cvs-serv8164/lib/python/Zope/App/Traversing

Added Files:
	configure.zcml 
Removed Files:
	traversing.zcml 
Log Message:
changed foo-meta.zcml in tests to meta.zcml
changed zcml filenames to configure.zcml where feasible, and removed
the file attribute of include directives where I could.


=== Added File Zope3/lib/python/Zope/App/Traversing/configure.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
>

<adapter factory="Zope.App.Traversing.Traverser."
         provides="Zope.App.Traversing.ITraverser."
         />
    <!-- Ultimately, this should be registered only for IWrapper, but that
         won't work like that just now.
         for="Zope.ContextWrapper.IWrapper." /> -->

<adapter factory="Zope.App.Traversing.DefaultTraversable."
         provides="Zope.App.Traversing.ITraversable." />

<adapter
    factory=".ObjectName."
    provides=".ObjectName.IObjectName"
    permission='Zope.Public'
/>

<adapter
    factory=".ObjectName.SiteObjectName"
    provides=".ObjectName.IObjectName"
    for="Zope.App.OFS.Content.Folder.RootFolder.IRootFolder"
    permission='Zope.Public'
/>


</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/Traversing/traversing.zcml ===