source: main/waeup.skeleton/trunk/src/waeup/skeleton/meta.zcml @ 10761

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

Fill trunk.

File size: 341 bytes
RevLine 
[10761]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.