[Zope3-checkins] CVS: Zope3/src/zope/app/traversing - configure.zcml:1.3

Steve Alexander steve@cat-box.net
Sat, 28 Dec 2002 10:35:28 -0500


Update of /cvs-repository/Zope3/src/zope/app/traversing
In directory cvs.zope.org:/tmp/cvs-serv17311/src/zope/app/traversing

Modified Files:
	configure.zcml 
Log Message:
oops -- forgot to commit these earlier as part of my
zope.app.interfaces.traversing changes.


=== Zope3/src/zope/app/traversing/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/traversing/configure.zcml:1.2	Wed Dec 25 09:13:26 2002
+++ Zope3/src/zope/app/traversing/configure.zcml	Sat Dec 28 10:35:27 2002
@@ -4,14 +4,14 @@
 >
 
 <adapter factory="zope.app.traversing.traverser.Traverser"
-         provides="zope.app.interfaces.traversing.traverser.ITraverser"
+         provides="zope.app.interfaces.traversing.ITraverser"
          />
     <!-- Ultimately, this should be registered only for IWrapper, but that
          won't work like that just now.
          for="zope.proxy.interfaces.context.IWrapper" /> -->
 
 <adapter factory="zope.app.traversing.defaulttraversable.DefaultTraversable"
-         provides="zope.app.interfaces.traversing.traversable.ITraversable" />
+         provides="zope.app.interfaces.traversing.ITraversable" />
 
 <adapter
     factory="zope.app.traversing.objectname.ObjectName"
@@ -27,13 +27,13 @@
     />
 
 <adapter 
-    provides="zope.app.interfaces.traversing.physicallylocatable.IPhysicallyLocatable"
+    provides="zope.app.interfaces.traversing.IPhysicallyLocatable"
     factory="zope.app.traversing.physicallocationadapters.WrapperPhysicallyLocatable" 
     />
 
 <adapter 
-    provides="zope.app.interfaces.traversing.physicallylocatable.IPhysicallyLocatable"
-    for="zope.app.interfaces.traversing.containmentroot.IContainmentRoot"
+    provides="zope.app.interfaces.traversing.IPhysicallyLocatable"
+    for="zope.app.interfaces.traversing.IContainmentRoot"
     factory="zope.app.traversing.physicallocationadapters.RootPhysicallyLocatable" 
     />