source: main/waeup.custom/trunk/src/waeup/custom/configure.zcml @ 6888

Last change on this file since 6888 was 6884, checked in by uli, 13 years ago

Reorganize ZCML stuff for custom package.

  • Property svn:style set to native
File size: 317 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok">
3  <include package="grok" />
4<!--
5  <include package="waeup.sirp" file="meta.zcml" />
6-->
7  <includeDependencies package="." />
8  <includeOverrides package="waeup.custom" file="overrides.zcml" />
9</configure>
Note: See TracBrowser for help on using the repository browser.