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

R. Sean Bowman sean.bowman@acm.org
Sat, 8 Mar 2003 16:46:30 -0500


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

Modified Files:
	configure.zcml 
Log Message:
changed EventDispatch to EventPublication, modified some zcml to be more
consistent with the new service names


=== Zope3/src/zope/app/browser/services/configure.zcml 1.25 => 1.26 ===
--- Zope3/src/zope/app/browser/services/configure.zcml:1.25	Fri Mar  7 20:51:38 2003
+++ Zope3/src/zope/app/browser/services/configure.zcml	Sat Mar  8 16:45:58 2003
@@ -2,7 +2,7 @@
    xmlns='http://namespaces.zope.org/browser'
    >
 
-<!--Error Reporting Service -->
+<!--Error Logging Service -->
 
   <pages
     for="zope.app.interfaces.services.error.IErrorReportingService"
@@ -19,8 +19,8 @@
   <menuItem
      menu="add_service"
      for="zope.app.interfaces.container.IAdding" 
-     action="ErrorReportingService"
-     title="Error Reporting Service"
+     action="ErrorLogging"
+     title="Error Logging Service"
      description="Error Reporting Service for Logging Errors"
      />
   
@@ -861,8 +861,8 @@
   <menuItem
       menu="add_service"
       for="zope.app.interfaces.container.IAdding"
-      action="ObjectHub"
-      title="ObjectHub Service"
+      action="HubIds"
+      title="HubIds Service"
       description="An object hub, for cataloging, unique object ids, and 
                    more: use sparingly" 
       />