source: main/waeup.custom/trunk/src/waeup/custom/overrides.zcml @ 7502

Last change on this file since 7502 was 7498, checked in by Henrik Bettermann, 13 years ago

Use customized smtp configuration in custom package.

The instance can be started but the tests fail. I don't know why.

File size: 239 bytes
Line 
1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok">
3  <includeDependencies package="." />
4  <grok:grok package="." />
5  <includeOverrides package="." file="mail.zcml" />
6</configure>
Note: See TracBrowser for help on using the repository browser.