source: main/waeup.imostate/src/waeup/imostate/meta.zcml @ 10360

Last change on this file since 10360 was 10340, checked in by Henrik Bettermann, 11 years ago

This is mainly a copy of the FUTMinna custom package.

File size: 341 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</configure>
Note: See TracBrowser for help on using the repository browser.