[Zope3-checkins] CVS: Zope3/src/zope/app/index/text - configure.zcml:1.6

Guido van Rossum guido@python.org
Thu, 20 Feb 2003 13:55:18 -0500


Update of /cvs-repository/Zope3/src/zope/app/index/text
In directory cvs.zope.org:/tmp/cvs-serv25247

Modified Files:
	configure.zcml 
Log Message:
Change the factory id to '...TextIndex'.


=== Zope3/src/zope/app/index/text/configure.zcml 1.5 => 1.6 ===
--- Zope3/src/zope/app/index/text/configure.zcml:1.5	Thu Feb  6 08:05:48 2003
+++ Zope3/src/zope/app/index/text/configure.zcml	Thu Feb 20 13:55:15 2003
@@ -9,16 +9,19 @@
       />
 
   <factory
-      id="zope.app.index.text.factory"
+      id="zope.app.index.text.TextIndex"
       permission="zope.ManageServices"
       />
   <implements
       interface="zope.app.interfaces.services.query.IQueryProcessable"
       />
+
 </content>
+
 <adapter
     factory="zope.app.index.text.processors.BatchedRankedProcessor"
     provides="zope.app.interfaces.services.query.IQueryProcessor"
     for="zope.textindex.textindexinterfaces.IQuerying"
     />
+
 </zopeConfigure>