~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
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
5
<configure
2976.10.39 by Stuart Bishop
Fix exception rendering
6
    xmlns="http://namespaces.zope.org/zope"
7
    xmlns:browser="http://namespaces.zope.org/browser"
8
    xmlns:i18n="http://namespaces.zope.org/zope"
9
    i18n_domain="zope">
10
11
    <browser:defaultView name="index.html" />
12
    <!-- <browser:defaultSkin name="zope.app.rotterdam.Rotterdam" /> -->
13
14
    <!-- <include package="zope.app.exception.browser" /> -->
6061.2.20 by Curtis Hovey
Resolved merge conflicts. Added an XXX and condition to getTopLevelPublications.
15
    <include package="zope.traversing.browser" />
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
16
    <!--
2976.10.39 by Stuart Bishop
Fix exception rendering
17
    <include package="zope.app.security.browser" />
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
18
      -->
2976.10.39 by Stuart Bishop
Fix exception rendering
19
    <!-- <include package="zope.app.container.browser" /> -->
20
    <include package="zope.app.form.browser" />
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
21
<!--
2976.10.39 by Stuart Bishop
Fix exception rendering
22
    <include package="zope.app.component.browser" />
3973.1.76 by Steve Alexander
remove or comment out a load of zcml imports from zope that we are not actually using. turn off debug namespace in general, but turn it on just for developer machines.
23
-->
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
24
</configure>