[Zope3-checkins] CVS: Zope3/src/zope/app/file - configure.zcml:1.7
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:26 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/file
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/file
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/file/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/file/configure.zcml:1.6 Tue Mar 9 07:38:39 2004
+++ Zope3/src/zope/app/file/configure.zcml Sat Mar 13 18:00:54 2004
@@ -67,7 +67,7 @@
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
@@ -91,7 +91,7 @@
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
More information about the Zope3-Checkins
mailing list