[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services/interface - configure.zcml:1.9

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


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

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/services/interface/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/browser/services/interface/configure.zcml:1.8	Thu Dec 11 05:16:47 2003
+++ Zope3/src/zope/app/browser/services/interface/configure.zcml	Mon Feb  9 00:35:17 2004
@@ -3,11 +3,10 @@
    xmlns="http://namespaces.zope.org/browser"
    >
 
-  <menuItem 
-      menu="add_service"
-      for="zope.app.interfaces.container.IAdding"
-      action="zope.app.services.LocalInterfaceService"
+  <addMenuItem 
+      class="zope.app.services.interface.LocalInterfaceService"
       title="Local Interface Service"
+      description="This will be merged into the site manager (deprecated)"
       permission="zope.ManageServices" 
       />
   




More information about the Zope3-Checkins mailing list