source: main/waeup.sirp/trunk/src/waeup/sirp/configure.zcml @ 7470

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

First sketches of smart SMTP handling for our portal deploying zope.sendmail. Requires new buildout run. Also check new mail.zcml.

  • Property svn:style set to native
File size: 384 bytes
RevLine 
[3521]1<configure xmlns="http://namespaces.zope.org/zope"
2           xmlns:grok="http://namespaces.zope.org/grok">
3  <include package="grok" />
[6138]4  <include package="waeup.sirp" file="meta.zcml" />
[3521]5  <includeDependencies package="." />
6  <grok:grok package="." />
[7470]7
8  <include package="." file="mail.zcml" />
[6278]9  <includeOverrides package="waeup.sirp.utils" file="overrides.zcml" />
[3521]10</configure>
Note: See TracBrowser for help on using the repository browser.