source: main/kofacustom.dspg/trunk/src/kofacustom/dspg/meta.zcml @ 16368

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

Fill trunk.

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.