~launchpad-pqm/launchpad/devel

695 by Canonical.com Patch Queue Manager
Email backend and stub implementation work
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" />
695 by Canonical.com Patch Queue Manager
Email backend and stub implementation work
13
14
    <include package="canonical" />
15
16
    <include files="package-includes/*-meta.zcml" />
703 by Canonical.com Patch Queue Manager
Rename databases. Implement new test harnesses. Port tests to new harnesses where appropriate. Fix all unit and functional tests. 'make test' runs without errors.
17
695 by Canonical.com Patch Queue Manager
Email backend and stub implementation work
18
    <include files="package-includes/*-configure.zcml" />
703 by Canonical.com Patch Queue Manager
Rename databases. Implement new test harnesses. Port tests to new harnesses where appropriate. Fix all unit and functional tests. 'make test' runs without errors.
19
    <include files="package-includes/*-configure-testing.zcml" />
1300 by Canonical.com Patch Queue Manager
Reenable apidoc and standard Z3 spelling for resource URL's, with tests
20
    <includeOverrides file="override-configure-testing.zcml" />
695 by Canonical.com Patch Queue Manager
Email backend and stub implementation work
21
22
    <include file="securitypolicy.zcml" />
23
108 by Canonical.com Patch Queue Manager
PosgreSQL test harnesses
24
</configure>