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

Last change on this file since 8082 was 8030, checked in by uli, 12 years ago

Move locale registration in own ZCML file.

  • Property svn:style set to native
File size: 452 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  <grok:grok package="." />
10  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
11</configure>
Note: See TracBrowser for help on using the repository browser.