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

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


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

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/presentation/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/services/presentation/configure.zcml:1.3	Tue Dec 23 11:51:06 2003
+++ Zope3/src/zope/app/browser/services/presentation/configure.zcml	Mon Feb  9 00:35:19 2004
@@ -1,9 +1,8 @@
 <configure xmlns="http://namespaces.zope.org/browser">
 
-  <menuItem
-      for="zope.app.interfaces.container.IAdding"
-      menu="add_service"
-      action="zope.app.services.presentation.LocalPresentationService"
+  <addMenuItem
+      class="zope.app.services.presentation.LocalPresentationService"
+      description="A Presentation Service allows you to register views, resources and skins"
       title="Presentation Service"
       permission="zope.ManageServices"
       />




More information about the Zope3-Checkins mailing list