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

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


Update of /cvs-repository/Zope3/src/zope/app/schema/browser
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/schema/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/schema/browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/schema/browser/configure.zcml:1.1	Tue Mar  9 19:57:57 2004
+++ Zope3/src/zope/app/schema/browser/configure.zcml	Thu Mar 11 07:38:16 2004
@@ -24,8 +24,8 @@
       label="New Mutable Schema Registration"
       for="zope.app.schema.interfaces.ISchemaUtility"
       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.schema.schema.SchemaRegistration"
       arguments="name interface componentPath"




More information about the Zope3-Checkins mailing list