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

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

Rename all non-locales stuff from sirp to kofa.

File size: 523 bytes
Line 
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
12  <meta:directive
13      namespace="http://namespaces.waeup.org/kofa"
14      name="datacenter"
15      schema=".zcml.IDataCenterConfig"
16      handler=".zcml.data_center_conf"
17      />
18
19
20</configure>
Note: See TracBrowser for help on using the repository browser.