[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/index - configure.zcml:1.1
   
    Guido van Rossum
     
    guido@python.org
       
    Wed, 4 Dec 2002 12:11:52 -0500
    
    
  
Update of /cvs-repository/Zope3/lib/python/Zope/App/index
In directory cvs.zope.org:/tmp/cvs-serv16612
Added Files:
	configure.zcml 
Log Message:
Add machinery for creating a TextIndex from the Services Add menu.
You can't subscribe it yet; that needs to be done later.
=== Added File Zope3/lib/python/Zope/App/index/configure.zcml ===
<zopeConfigure
   xmlns="http://namespaces.zope.org/zope"
   >
  <include package=".text" />
</zopeConfigure>