[Zope3-checkins] CVS: Zope3/src/zope/app/index/keyword -
configure.zcml:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 15:24:40 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/index/keyword
In directory cvs.zope.org:/tmp/cvs-serv23775/src/zope/app/index/keyword
Modified Files:
configure.zcml
Log Message:
Move last two query interface into zope.app.index.
=== Zope3/src/zope/app/index/keyword/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/index/keyword/configure.zcml:1.4 Tue Mar 2 09:40:11 2004
+++ Zope3/src/zope/app/index/keyword/configure.zcml Sat Mar 13 15:24:09 2004
@@ -12,7 +12,7 @@
/>
<implements
- interface="zope.app.interfaces.services.query.IQueryProcessable"
+ interface="zope.app.index.interfaces.IQueryProcessable"
/>
</content>
@@ -20,7 +20,7 @@
<!--
<adapter
factory="zope.app.index.text.processors.BatchedRankedProcessor"
- provides="zope.app.interfaces.services.query.IQueryProcessor"
+ provides="zope.app.index.interfaces.IQueryProcessor"
for="zope.index.interfaces.IQuerying"
/>
-->
More information about the Zope3-Checkins
mailing list