[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/catalog/configure.zcml Added an interface declaration for ISearchableText so that it shows up

Jim Fulton jim at zope.com
Tue May 31 18:05:21 EDT 2005


Log message for revision 30585:
  Added an interface declaration for ISearchableText so that it shows up
  in the interface vocabulary.
  

Changed:
  U   Zope3/trunk/src/zope/app/catalog/configure.zcml

-=-
Modified: Zope3/trunk/src/zope/app/catalog/configure.zcml
===================================================================
--- Zope3/trunk/src/zope/app/catalog/configure.zcml	2005-05-31 22:05:19 UTC (rev 30584)
+++ Zope3/trunk/src/zope/app/catalog/configure.zcml	2005-05-31 22:05:21 UTC (rev 30585)
@@ -72,6 +72,8 @@
   
   <include package=".browser" />
 
+  <interface interface="zope.index.text.interfaces.ISearchableText" />
+
   <!-- Registering documentation with API doc -->
   <configure
       xmlns:apidoc="http://namespaces.zope.org/apidoc"



More information about the Zope3-Checkins mailing list