source: main/waeup.ikoba/trunk/src/waeup/ikoba/configure.zcml @ 12758

Last change on this file since 12758 was 11949, checked in by Henrik Bettermann, 10 years ago

Change of name.

  • Property svn:style set to native
File size: 970 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.ikoba" file="locales.zcml" />
6  <include package="grok" />
7  <include package="waeup.ikoba" 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.ikoba.widgets" file="overrides.zcml" />
21  <includeOverrides package="waeup.ikoba.utils" file="overrides.zcml" />
22
23</configure>
Note: See TracBrowser for help on using the repository browser.