summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas Lotze <tl@gocept.com>2010-09-19 08:17:18 +0000
committerThomas Lotze <tl@gocept.com>2010-09-19 08:17:18 +0000
commit659e8db63fed5fdc01afa7783dd3089ae165cd84 (patch)
tree117e348a7ac64f3344711df959d08a3428ce3cd2 /src
parentef22a4cbb53942c3af374cd5eb86c059b7fa4f6a (diff)
downloadzope-component-659e8db63fed5fdc01afa7783dd3089ae165cd84.tar.gz
forgot to include the zope.component meta.zcml as a dependency of configure.zcml
Diffstat (limited to 'src')
-rw-r--r--src/zope/component/configure.zcml2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/zope/component/configure.zcml b/src/zope/component/configure.zcml
index b8b0ccc..912ce75 100644
--- a/src/zope/component/configure.zcml
+++ b/src/zope/component/configure.zcml
@@ -1,5 +1,7 @@
<configure xmlns="http://namespaces.zope.org/zope">
+ <include file="meta.zcml" />
+
<subscriber handler=".event.objectEventNotify" />
<subscriber handler=".registry.dispatchUtilityRegistrationEvent" />