[Zope3-checkins] CVS: Zope3/src/zope/app/i18n - configure.zcml:1.9

Stephan Richter srichter at cosmos.phy.tufts.edu
Sat Mar 13 18:01:27 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/i18n
In directory cvs.zope.org:/tmp/cvs-serv24548/src/zope/app/i18n

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/i18n/configure.zcml 1.8 => 1.9 ===
--- Zope3/src/zope/app/i18n/configure.zcml:1.8	Thu Mar 11 07:38:11 2004
+++ Zope3/src/zope/app/i18n/configure.zcml	Sat Mar 13 18:00:56 2004
@@ -25,7 +25,7 @@
         interface="zope.app.utility.interfaces.ILocalUtility" 
         />
     <implements
-        interface="zope.app.interfaces.annotation.IAttributeAnnotatable" 
+        interface="zope.app.annotation.interfaces.IAttributeAnnotatable" 
         />
    <allow interface="zope.i18n.interfaces.ITranslationDomain" 
        />
@@ -58,7 +58,7 @@
   <require permission="zope.ManageServices"
       attributes="setMessage getMessageIds" />
   <implements 
-      interface="zope.app.interfaces.annotation.IAttributeAnnotatable" />
+      interface="zope.app.annotation.interfaces.IAttributeAnnotatable" />
 </content>
 
 <factory 




More information about the Zope3-Checkins mailing list