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" /> |
|
8 |
||
9 |
<include package="canonical" /> |
|
10 |
||
11 |
<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. |
12 |
|
695
by Canonical.com Patch Queue Manager
Email backend and stub implementation work |
13 |
<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. |
14 |
<include files="package-includes/*-configure-testing.zcml" /> |
695
by Canonical.com Patch Queue Manager
Email backend and stub implementation work |
15 |
|
16 |
<include file="securitypolicy.zcml" /> |
|
17 |
<include file="principals.zcml" /> |
|
18 |
||
108
by Canonical.com Patch Queue Manager
PosgreSQL test harnesses |
19 |
</configure>
|