source: main/waeup.kofa/trunk/src/waeup/kofa/configure.zcml @ 8758

Last change on this file since 8758 was 8426, checked in by uli, 12 years ago

Make sure dolmen.beaker is registered and configured on startup. Also add test for this.

  • Property svn:style set to native
File size: 916 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok"
3           xmlns:i18n="http://namespaces.zope.org/i18n">
4
5  <include package="waeup.kofa" file="locales.zcml" />
6  <include package="grok" />
7  <include package="waeup.kofa" file="meta.zcml" />
8  <includeDependencies package="." />
9
10  <!-- Comment the following line if you don't want dolmen.beaker,
11       for instance on Windows if you were not able to compile it
12
13       We have to configure dolmen.beaker manually, because it is
14       not part of installation requirements and will therefore not
15       be found by the includeDependencies directive. -->
16  <include package="dolmen.beaker" file="configure.zcml" />
17  <grok:grok package="." />
18
19
20  <includeOverrides package="waeup.kofa.widgets" file="overrides.zcml" />
21  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
22
23</configure>
Note: See TracBrowser for help on using the repository browser.