[Zope3-checkins] CVS: Zope3/src/zope/app/rdb - configure.zcml:1.3
Guido van Rossum
guido@python.org
Tue, 22 Apr 2003 18:17:42 -0400
Update of /cvs-repository/Zope3/src/zope/app/rdb
In directory cvs.zope.org:/tmp/cvs-serv29377/zope/app/rdb
Modified Files:
configure.zcml
Log Message:
New way of configuring db connections. There's still a few loose
ends, but it doen't break any tests, and it works except for one
detail. I'll finish this tomorrow or Thursday.
=== Zope3/src/zope/app/rdb/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/rdb/configure.zcml:1.2 Wed Dec 25 09:13:12 2002
+++ Zope3/src/zope/app/rdb/configure.zcml Tue Apr 22 18:17:40 2003
@@ -7,7 +7,12 @@
permission="zope.Public" />
<require permission="zope.Public"
interface="zope.app.interfaces.rdb.IZopeDatabaseAdapter" />
- <implements interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ <implements
+ interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ <implements
+ interface=
+ "zope.app.interfaces.services.configuration.IAttributeUseConfigurable"
+ />
</content>
</zopeConfigure>