[Zope3-checkins] 
	SVN: Zope3/branches/jim-index/src/zope/app/catalog/browser/configure.zcml
	Added a tool registration.
    Jim Fulton 
    jim at zope.com
       
    Wed Aug 18 15:21:43 EDT 2004
    
    
  
Log message for revision 27178:
  Added a tool registration.
Changed:
  U   Zope3/branches/jim-index/src/zope/app/catalog/browser/configure.zcml
-=-
Modified: Zope3/branches/jim-index/src/zope/app/catalog/browser/configure.zcml
===================================================================
--- Zope3/branches/jim-index/src/zope/app/catalog/browser/configure.zcml	2004-08-18 19:21:11 UTC (rev 27177)
+++ Zope3/branches/jim-index/src/zope/app/catalog/browser/configure.zcml	2004-08-18 19:21:42 UTC (rev 27178)
@@ -4,6 +4,12 @@
    i18n_domain="zope"
    >
 
+<tool
+    interface="..interfaces.ICatalog"
+    title="Catalog"
+    description="Objects that support indexed searching"
+    />
+
 <!-- Allow a catalog to be added to content space -->
 <addMenuItem
     title="Catalog"
    
    
More information about the Zope3-Checkins
mailing list