[Checkins] SVN: zope.component/trunk/src/zope/component/configure.zcml forgot to include the zope.component meta.zcml as a dependency of configure.zcml

Thomas Lotze tl at gocept.com
Sun Sep 19 04:17:19 EDT 2010


Log message for revision 116613:
  forgot to include the zope.component meta.zcml as a dependency of configure.zcml

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

-=-
Modified: zope.component/trunk/src/zope/component/configure.zcml
===================================================================
--- zope.component/trunk/src/zope/component/configure.zcml	2010-09-19 08:13:40 UTC (rev 116612)
+++ zope.component/trunk/src/zope/component/configure.zcml	2010-09-19 08:17:18 UTC (rev 116613)
@@ -1,5 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope">
 
+  <include file="meta.zcml" />
+
   <subscriber handler=".event.objectEventNotify" />
 
   <subscriber handler=".registry.dispatchUtilityRegistrationEvent" />



More information about the checkins mailing list