[Checkins] SVN: zope.app.component/trunk/src/zope/app/component/meta.zcml Require import of zope.security's meta.zcml as we moved directives there.

Christian Theune ct at gocept.com
Fri Jan 30 11:56:22 EST 2009


Log message for revision 95592:
  Require import of zope.security's meta.zcml as we moved directives there.
  

Changed:
  U   zope.app.component/trunk/src/zope/app/component/meta.zcml

-=-
Modified: zope.app.component/trunk/src/zope/app/component/meta.zcml
===================================================================
--- zope.app.component/trunk/src/zope/app/component/meta.zcml	2009-01-30 16:55:33 UTC (rev 95591)
+++ zope.app.component/trunk/src/zope/app/component/meta.zcml	2009-01-30 16:56:21 UTC (rev 95592)
@@ -4,6 +4,10 @@
 
   <include package="zope.component" file="meta.zcml" />
 
+  <!-- BBB this include is for backwards-compatibility after directives were
+       moved from here. -->
+  <include package="zope.security" file="meta.zcml" />
+
   <meta:directives namespace="http://namespaces.zope.org/zope">
 
     <meta:directive



More information about the Checkins mailing list