~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<configure xmlns="http://namespaces.zope.org/zope">
2
3
    <include file="zopeapp.zcml" />
4
1627 by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml.
5
    <!-- Session machinery -->
6
    <include file="zopeappsession.zcml" />
7
8
    <!-- Browser Configurations -->
9
    <include file="zopeappbrowser.zcml" />
10
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
11
    <include package="canonical" />
12
13
    <include files="package-includes/*-meta.zcml" />
14
    <includeOverrides file="override-meta.zcml" />
15
16
    <!-- package-includes/*-configure.zcml contains package configuration
17
        shared between a normal launchpad instance and the test suite.
18
        package-includes/*-configure-normal.zcml and 
19
        package-includes/*-configure-testing.zcml contain configuration
20
        that needs to be different between normal and test modes.
21
    -->
22
    <include files="package-includes/*-configure.zcml" />
23
    <include files="package-includes/*-configure-normal.zcml" />
1831 by Canonical.com Patch Queue Manager
New config machinery, database helpers and oddsnsods required for staging
24
25
    <!-- Provide local overrides of standard configurations-->
1300 by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests
26
    <includeOverrides file="override-configure-normal.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
27
28
    <include file="securitypolicy.zcml" />
29
</configure>