[Zope3-checkins] CVS: Zope3/src/zope/app/rdb/browser -
configure.zcml:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Mar 11 07:38:46 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/rdb/browser
In directory cvs.zope.org:/tmp/cvs-serv2726/src/zope/app/rdb/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/rdb/browser/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/rdb/browser/configure.zcml:1.1 Tue Mar 2 08:48:28 2004
+++ Zope3/src/zope/app/rdb/browser/configure.zcml Thu Mar 11 07:38:15 2004
@@ -43,10 +43,10 @@
label="Add Database Connection Registration"
for="zope.app.rdb.interfaces.IZopeDatabaseAdapter"
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