[Zope3-checkins] CVS: Zope3/src/zope/app/browser/utilities - configure.zcml:1.10

Anthony Baxter anthony at interlink.com.au
Mon Feb 9 00:35:52 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:
The add_utility and add_service menus are now entirely removed. All
items that used them have been switched to use addMenuItem, instead.

Removed a last trace of the SQL Connection Service, and also removed
the add interface for deprecated Role Service.


=== Zope3/src/zope/app/browser/utilities/configure.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/utilities/configure.zcml:1.9	Mon Feb  9 00:28:41 2004
+++ Zope3/src/zope/app/browser/utilities/configure.zcml	Mon Feb  9 00:35:21 2004
@@ -165,11 +165,9 @@
       permission="zope.ManageServices"
       />
 
-  <!-- Menu entry for "add utility" menu -->
-  <menuItem
-      for="zope.app.interfaces.container.IAdding"
-      menu="add_utility"
-      action="utility.ContentComponentDefinition"
+  <!-- Menu entry for "Add Utility" menu -->
+  <addMenuItem
+      class="zope.app.utilities.content.ContentComponentDefinition"
       title="Content Component Definition"
       description="A Persistent Content Component Definition"
       permission="zope.ManageServices"




More information about the Zope3-Checkins mailing list