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 |
||
14604.1.1
by Curtis Hovey
Separate test-authoring classes from test-running classes. |
5 |
<!-- Used by the FunctionalLayer in lp.testing.layers. --> |
12408.1.16
by Jonathan Lange
Move ftesting to zcml directory |
6 |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
7 |
<configure |
8 |
xmlns="http://namespaces.zope.org/zope" |
|
9 |
xmlns:rdb="http://namespaces.zope.org/rdb" |
|
6061.13.1
by Curtis Hovey
Updated test to honor the zope.publisher.Retry() signature. |
10 |
xmlns:mail="http://namespaces.zope.org/mail"> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
11 |
|
12408.1.16
by Jonathan Lange
Move ftesting to zcml directory |
12 |
<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. |
13 |
<!-- Session machinery --> |
12408.1.16
by Jonathan Lange
Move ftesting to zcml directory |
14 |
<include file="zopeappsession.zcml" /> |
1627
by Canonical.com Patch Queue Manager
Initial, very very hacky, zcml-for-scripts support. Also, got rid of vestigal principals.zcml. |
15 |
|
16 |
<!-- Browser Configurations --> |
|
12408.1.16
by Jonathan Lange
Move ftesting to zcml directory |
17 |
<include file="zopeappbrowser.zcml" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
18 |
|
14606.5.1
by William Grant
Hang canonical's ZCML off lp. |
19 |
<include package="lp" /> |
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
20 |
|
12408.1.16
by Jonathan Lange
Move ftesting to zcml directory |
21 |
<include files="package-includes/*-meta.zcml" /> |
22 |
<includeOverrides file="override-meta.zcml" /> |
|
23 |
||
24 |
<include files="package-includes/*-configure.zcml" /> |
|
25 |
<include files="package-includes/*-configure-testing.zcml" /> |
|
26 |
<includeOverrides file="override-configure.zcml" /> |
|
27 |
<includeOverrides file="override-configure-testing.zcml" /> |
|
28 |
||
29 |
<include file="securitypolicy.zcml" /> |
|
30 |
||
31 |
<include file="summarizerequests.zcml" /> |
|
1102
by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs |
32 |
</configure> |