[Zope3-checkins] CVS: Zope3/src/zope/app/rdb - configure.zcml:1.11
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:34 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/rdb
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/rdb
Modified Files:
configure.zcml
Log Message:
Created annotation package in zope.app.
Moved annotation interfaces to zope.app.annotation.interfaces.
Moved attributeannotations to zope.app.annotation.attribute.
=== Zope3/src/zope/app/rdb/configure.zcml 1.10 => 1.11 ===
--- Zope3/src/zope/app/rdb/configure.zcml:1.10 Thu Mar 11 07:38:14 2004
+++ Zope3/src/zope/app/rdb/configure.zcml Sat Mar 13 18:01:03 2004
@@ -30,7 +30,7 @@
interface="zope.app.rdb.interfaces.IZopeDatabaseAdapter" />
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
<implements
interface="zope.app.utility.interfaces.ILocalUtility" />
More information about the Zope3-Checkins
mailing list