source: main/kofacustom.skeleton/trunk/src/kofacustom/skeleton/meta.zcml @ 17397

Last change on this file since 17397 was 16717, checked in by Henrik Bettermann, 3 years ago

Add Id keyword

  • Property svn:keywords set to Id
File size: 341 bytes
RevLine 
[15614]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.