[Zope3-checkins] CVS: Zope3/src/zope/app/browser/services - cache.zcml:1.10

Anthony Baxter anthony at interlink.com.au
Sun Feb 8 22:26:51 EST 2004


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

Modified Files:
	cache.zcml 
Log Message:
menuItem is dead. long live addMenuItem. switching all add_service menu items


=== Zope3/src/zope/app/browser/services/cache.zcml 1.9 => 1.10 ===
--- Zope3/src/zope/app/browser/services/cache.zcml:1.9	Mon Aug 25 15:28:37 2003
+++ Zope3/src/zope/app/browser/services/cache.zcml	Sun Feb  8 22:26:51 2004
@@ -32,11 +32,10 @@
   <!-- "Add service" menu entry to add a cache service.
        The action attribute matches a factory id defined in
        zope/app/services/configure.zcml. -->
-  <menuItem
-      for="zope.app.interfaces.container.IAdding"
-      menu="add_service" title="Caching Service"
+  <addMenuItem 
+      title="Caching Service"
       description="A Persistent Caching Service for TTW development"
-      action="zope.services.CachingService"
+      class="zope.app.services.cache.CachingService"
       permission="zope.ManageServices" />
 
   <!-- ZMI tab named "Caches" for the cache service -->




More information about the Zope3-Checkins mailing list