[Checkins] SVN: zope.container/trunk/src/zope/container/configure.zcml The content-type declaration belongs to zope.app.folder, not zope.container. This came in here accidentally.

Christian Theune ct at gocept.com
Sat Jan 31 07:43:21 EST 2009


Log message for revision 95621:
  The content-type declaration belongs to zope.app.folder, not zope.container. This came in here accidentally.
  

Changed:
  U   zope.container/trunk/src/zope/container/configure.zcml

-=-
Modified: zope.container/trunk/src/zope/container/configure.zcml
===================================================================
--- zope.container/trunk/src/zope/container/configure.zcml	2009-01-31 12:42:49 UTC (rev 95620)
+++ zope.container/trunk/src/zope/container/configure.zcml	2009-01-31 12:43:20 UTC (rev 95621)
@@ -5,11 +5,6 @@
    i18n_domain="zope"
    >
 
-  <interface 
-      interface=".interfaces.IContentContainer" 
-      type="zope.app.content.interfaces.IContentType"
-      /> 
-
   <adapter
      provides=".interfaces.IFind"
      for=".interfaces.IReadContainer"



More information about the Checkins mailing list