[Zope3-checkins] CVS: Zope3/src/zope/app/file - configure.zcml:1.4
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Tue Mar  2 13:16:48 EST 2004
    
    
  
Update of /cvs-repository/Zope3/src/zope/app/file
In directory cvs.zope.org:/tmp/cvs-serv905/file
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/file/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/file/configure.zcml:1.3	Tue Mar  2 09:40:02 2004
+++ Zope3/src/zope/app/file/configure.zcml	Tue Mar  2 13:16:13 2004
@@ -32,12 +32,12 @@
 
   <interface 
       interface=".interfaces.IFile" 
-      type="zope.app.interfaces.content.IContentType"
+      type="zope.app.content.interfaces.IContentType"
       /> 
 
   <interface 
       interface=".interfaces.IImage" 
-      type="zope.app.interfaces.content.IContentType"
+      type="zope.app.content.interfaces.IContentType"
       /> 
 
   <permission
    
    
More information about the Zope3-Checkins
mailing list