[Zope3-checkins] CVS: Zope3/src/zope/app/i18nfile - configure.zcml:1.3

Philipp von Weitershausen philikon at philikon.de
Tue Mar 2 13:16:48 EST 2004


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

Modified Files:
	configure.zcml 
Log Message:
Revived the zope.app.content package to contain content-related code,
incl. interfaces (IContentType), which was moved from
zope.app.interfaces.content.


=== Zope3/src/zope/app/i18nfile/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/i18nfile/configure.zcml:1.2	Tue Feb 24 11:50:07 2004
+++ Zope3/src/zope/app/i18nfile/configure.zcml	Tue Mar  2 13:16:14 2004
@@ -32,12 +32,12 @@
 
   <interface 
       interface=".i18nfile.II18nFile" 
-      type="zope.app.interfaces.content.IContentType"
+      type="zope.app.content.interfaces.IContentType"
       />
 
   <interface 
       interface=".interfaces.II18nImage" 
-      type="zope.app.interfaces.content.IContentType"
+      type="zope.app.content.interfaces.IContentType"
       />
 
 




More information about the Zope3-Checkins mailing list