~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<configure
2
    xmlns="http://namespaces.zope.org/zope"
3
    xmlns:rdb="http://namespaces.zope.org/rdb"
4
    xmlns:mail="http://namespaces.zope.org/mail"
5
    xmlns:sqlos="http://namespaces.sqlobject.org/sqlos">
6
7
    <include file="zopeapp.zcml" />
1627 by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml.
8
    <!-- Session machinery -->
9
    <include file="zopeappsession.zcml" />
10
11
    <!-- Browser Configurations -->
12
    <include file="zopeappbrowser.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
13
14
    <include package="canonical" />
15
16
    <include files="package-includes/*-meta.zcml" />
2976.10.74 by Stuart Bishop
Add missing ZCML fragments to the test environment
17
    <includeOverrides file="override-meta.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
18
19
    <include files="package-includes/*-configure.zcml" />
20
    <include files="package-includes/*-configure-testing.zcml" />
2976.10.74 by Stuart Bishop
Add missing ZCML fragments to the test environment
21
    <includeOverrides file="override-configure.zcml" />
1300 by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests
22
    <includeOverrides file="override-configure-testing.zcml" />
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
23
24
    <include file="securitypolicy.zcml" />
25
26
</configure>