~launchpad-pqm/launchpad/devel

8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
1
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
11073.1.19 by Guilherme Salgado
make the test slightly better
5
<configure xmlns="http://namespaces.zope.org/zope">
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
6
7
    <include file="zopeapp.zcml" />
2976.10.11 by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet.
8
    <!--<include package="zope.app" />-->
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
9
1627 by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml.
10
    <!-- Session machinery -->
11
    <include file="zopeappsession.zcml" />
12
13
    <!-- Browser Configurations -->
14
    <include file="zopeappbrowser.zcml" />
2976.10.11 by Stuart Bishop
Resource fix and zcml tweaks. Disable trebuchet.
15
    <!-- <include package="zope.app" file="browser.zcml" /> -->
1627 by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml.
16
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
17
    <include package="canonical" />
18
19
    <include files="package-includes/*-meta.zcml" />
20
    <includeOverrides file="override-meta.zcml" />
21
22
    <!-- package-includes/*-configure.zcml contains package configuration
23
        shared between a normal launchpad instance and the test suite.
7184.2.1 by Gary Poster
integrated zc.zservertracelog
24
        package-includes/*-configure-normal.zcml and
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
25
        package-includes/*-configure-testing.zcml contain configuration
26
        that needs to be different between normal and test modes.
27
    -->
28
    <include files="package-includes/*-configure.zcml" />
29
    <include files="package-includes/*-configure-normal.zcml" />
1831 by Canonical.com Patch Queue Manager
New config machinery, database helpers and oddsnsods required for staging
30
31
    <!-- Provide local overrides of standard configurations-->
2976.10.3 by Stuart Bishop
Launchpad is running. Test suite untried
32
    <includeOverrides file="override-configure.zcml" />
1300 by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests
33
    <includeOverrides file="override-configure-normal.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
34
35
    <include file="securitypolicy.zcml" />
4657.2.1 by Christian Reis
Implement a request summarizer that outputs to the HTML source of the page, and to stderr of the webapp server.
36
37
    <!-- include request summarizer here so it only affects webapp -->
38
    <include file="summarizerequests.zcml" />
7184.2.1 by Gary Poster
integrated zc.zservertracelog
39
40
    <include package="zc.zservertracelog" />
11073.1.1 by Guilherme Salgado
Committing so that Gary can give it a try
41
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
42
</configure>