source: main/waeup.aaue/trunk/src/waeup/aaue/meta.zcml @ 15393

Last change on this file since 15393 was 6138, checked in by uli, 13 years ago

Make a possibility to update/create catalogs in a running site.

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.