[Zope-Checkins] CVS: Zope3 - zope.zcml:1.1.2.8

Martijn Pieters mj@zope.com
Mon, 3 Dec 2001 14:00:25 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv9562

Modified Files:
      Tag: Zope-3x-branch
	zope.zcml 
Log Message:
Move traversing code to new package and rename the interface and class; this in
anticipation of related interfaces and code.


=== Zope3/zope.zcml 1.1.2.7 => 1.1.2.8 ===
 >
 
-<feature component="Zope.App.Traversable"
-         provides="Zope.App.ITraversable"
+<feature component="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.