[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - configure.zcml:1.3
Andy Hird
andyh@ekit-inc.com
Sun, 13 Jul 2003 01:52:00 -0400
Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv24050/src/zope/app/index/field
Modified Files:
configure.zcml
Log Message:
Index-Interface-Geddon. Moving all the index interfaces to
zope.index.interfaces
As part of this we removed several duplicate interfaces and cleaned up
some existing ones. Most users of index interfaces should only need
zope.index.interfaces.index
=== Zope3/src/zope/app/index/field/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/index/field/configure.zcml:1.2 Sun Jun 22 12:10:36 2003
+++ Zope3/src/zope/app/index/field/configure.zcml Sun Jul 13 01:50:56 2003
@@ -17,7 +17,7 @@
<adapter
factory="zope.app.index.text.processors.BatchedRankedProcessor"
provides="zope.app.interfaces.services.query.IQueryProcessor"
- for="zope.textindex.textindexinterfaces.IQuerying"
+ for="zope.index.interfaces.index.IQuerying"
/>
-->