[Zope3-checkins] CVS: Zope3/src/zope/app/menu/browser - configure.zcml:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:44 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:


Moved utility service to zope.app.utility. Added module aliases, so that your
ZODB should be fine.




=== Zope3/src/zope/app/menu/browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/menu/browser/configure.zcml:1.1	Wed Mar 10 18:10:44 2004
+++ Zope3/src/zope/app/menu/browser/configure.zcml	Thu Mar 11 07:38:13 2004
@@ -36,10 +36,10 @@
       label="Add Browser Menu (Registration)"
       for="zope.app.menu.interfaces.ILocalBrowserMenu"
       name="addRegistration.html"
-      schema="zope.app.interfaces.services.utility.IUtilityRegistration"
-      class="zope.app.browser.services.utility.AddRegistration"
+      schema="zope.app.utility.interfaces.IUtilityRegistration"
+      class="zope.app.utility.browser.AddRegistration"
       permission="zope.ManageServices"
-      content_factory="zope.app.services.utility.UtilityRegistration"
+      content_factory="zope.app.utility.UtilityRegistration"
       arguments="name interface componentPath"
       set_after_add="status"
       fields="name interface componentPath permission status" 




More information about the Zope3-Checkins mailing list