source: main/waeup.kofa/trunk/src/waeup/kofa/meta.zcml @ 10007

Last change on this file since 10007 was 7811, checked in by uli, 13 years ago

Rename all non-locales stuff from sirp to kofa.

File size: 523 bytes
RevLine 
[6138]1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:meta="http://namespaces.zope.org/meta"
4    xmlns:grok="http://namespaces.zope.org/grok">
5
6  <include package="grok" file="meta.zcml" />
7  <!-- include package="z3c.autoinclude" file="meta.zcml" / -->
8
9  <!-- Load the grokkers -->
10  <grok:grok package=".meta" />
11
[7576]12  <meta:directive
[7811]13      namespace="http://namespaces.waeup.org/kofa"
[7576]14      name="datacenter"
15      schema=".zcml.IDataCenterConfig"
16      handler=".zcml.data_center_conf"
17      />
18
19
[6138]20</configure>
Note: See TracBrowser for help on using the repository browser.