[Zope3-checkins] CVS: Zope3/src/zope/app/bundle - configure.zcml:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:44 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/bundle
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/bundle
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/bundle/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/bundle/configure.zcml:1.1 Wed Mar 10 08:11:13 2004
+++ Zope3/src/zope/app/bundle/configure.zcml Sat Mar 13 18:00:43 2004
@@ -13,7 +13,7 @@
attributes="getRegistrationManager resolve"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
More information about the Zope3-Checkins
mailing list