[Zope3-checkins] CVS: Zope3/src/zope/app/index/field - configure.zcml:1.4
Anthony Baxter
anthony@interlink.com.au
Mon, 14 Jul 2003 04:31:49 -0400
Update of /cvs-repository/Zope3/src/zope/app/index/field
In directory cvs.zope.org:/tmp/cvs-serv24485/src/zope/app/index/field
Modified Files:
configure.zcml
Log Message:
index-geddon, part the third:
zope.index.interfaces.index becomes zope.index.interfaces
(thanks srichter for the pointer)
=== Zope3/src/zope/app/index/field/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/index/field/configure.zcml:1.3 Sun Jul 13 01:50:56 2003
+++ Zope3/src/zope/app/index/field/configure.zcml Mon Jul 14 04:31:15 2003
@@ -17,7 +17,7 @@
<adapter
factory="zope.app.index.text.processors.BatchedRankedProcessor"
provides="zope.app.interfaces.services.query.IQueryProcessor"
- for="zope.index.interfaces.index.IQuerying"
+ for="zope.index.interfaces.IQuerying"
/>
-->