695
by Canonical.com Patch Queue Manager
Email backend and stub implementation work |
1 |
<configure xmlns="http://namespaces.zope.org/zope"> |
2 |
||
3 |
<include file="zopeapp.zcml" /> |
|
4 |
||
5 |
<include package="canonical" /> |
|
6 |
||
7 |
<include files="package-includes/*-meta.zcml" /> |
|
8 |
<includeOverrides file="override-meta.zcml" /> |
|
9 |
||
10 |
<!-- package-includes/*-configure.zcml contains package configuration
|
|
11 |
shared between a normal launchpad instance and the test suite.
|
|
12 |
package-includes/*-configure-normal.zcml and
|
|
13 |
package-includes/*-configure-testing.zcml contain configuration
|
|
14 |
that needs to be different between normal and test modes.
|
|
15 |
-->
|
|
16 |
<include files="package-includes/*-configure.zcml" /> |
|
17 |
<include files="package-includes/*-configure-normal.zcml" /> |
|
18 |
<includeOverrides file="override-configure.zcml" /> |
|
19 |
||
20 |
<!-- Provide local overrides of standard configurations-->
|
|
21 |
<includeOverrides file="overrides.zcml" /> |
|
22 |
||
23 |
<include file="securitypolicy.zcml" /> |
|
24 |
<include file="principals.zcml" /> |
|
25 |
||
26 |
</configure>
|