source: main/waeup.sirp/trunk/src/waeup/sirp/meta.zcml @ 7629

Last change on this file since 7629 was 7576, checked in by uli, 13 years ago

Add a datacenter ZCML directive that supports exactly one attribute: path

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/sirp"
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.