[Zope3-checkins] CVS: Zope3/src/zope/app/i18nfile -
configure.zcml:1.5
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:28 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/i18nfile
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/i18nfile
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/i18nfile/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/i18nfile/configure.zcml:1.4 Tue Mar 9 07:38:45 2004
+++ Zope3/src/zope/app/i18nfile/configure.zcml Sat Mar 13 18:00:57 2004
@@ -66,7 +66,7 @@
attributes="setDefaultLanguage removeLanguage"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
@@ -94,7 +94,7 @@
attributes="setDefaultLanguage removeLanguage"
/>
<implements
- interface="zope.app.interfaces.annotation.IAttributeAnnotatable"
+ interface="zope.app.annotation.interfaces.IAttributeAnnotatable"
/>
</content>
More information about the Zope3-Checkins
mailing list