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

Last change on this file since 7905 was 7831, checked in by Henrik Bettermann, 13 years ago

Roll back last two revisions. It didn't work.

  • Property svn:style set to native
File size: 449 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="grok" />
6  <include package="waeup.kofa" file="meta.zcml" />
7  <includeDependencies package="." />
8  <grok:grok package="." />
9  <i18n:registerTranslations directory="locales" />
10  <includeOverrides package="waeup.kofa.utils" file="overrides.zcml" />
11</configure>
Note: See TracBrowser for help on using the repository browser.