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

Last change on this file since 13950 was 9217, checked in by uli, 12 years ago

Merge changes from uli-async-update back into trunk.

  • Property svn:style set to native
File size: 966 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  <!-- include package="." file="async.zcml" / -->
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.