[Zope3-checkins] CVS: Zope3/src/zope/app/browser/catalog - configure.zcml:1.11.12.1

Stuart Bishop zen at shangri-la.dropbear.id.au
Sun Feb 8 22:09:18 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/browser/catalog
In directory cvs.zope.org:/tmp/cvs-serv27663/src/zope/app/browser/catalog

Modified Files:
      Tag: ozzope-session-branch
	configure.zcml 
Log Message:
Work in progress - API solidifying


=== Zope3/src/zope/app/browser/catalog/configure.zcml 1.11 => 1.11.12.1 ===
--- Zope3/src/zope/app/browser/catalog/configure.zcml:1.11	Sun Dec  7 05:04:47 2003
+++ Zope3/src/zope/app/browser/catalog/configure.zcml	Sun Feb  8 22:08:47 2004
@@ -20,8 +20,17 @@
       action="zope.app.catalogutility"
       title="Catalog"
       for="zope.app.interfaces.container.IAdding"
+      description="A Catalog allows indexing and searching of objects"
       permission="zope.ManageServices" />
-  
+
+  <menuItem
+      menu="add_utility"
+      action="zope.app.catalogutility"
+      title="Catalog"
+      for="zope.app.interfaces.container.IAdding"
+      description="A Catalog allows indexing and searching of objects"
+      permission="zope.ManageServices" />
+
   <!-- Standard container 'contents' tab -->
   <page
       for="zope.app.interfaces.catalog.catalog.ICatalog"




More information about the Zope3-Checkins mailing list