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

Jim Fulton jim@zope.com
Tue, 12 Feb 2002 19:50:13 -0500


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

Added Files:
      Tag: Zope-3x-branch
	traversing.zcml 
Log Message:
decomposed zope configuration into separate package configs

=== Added File Zope3/lib/python/Zope/App/Traversing/traversing.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." />


</zopeConfigure>