~launchpad-pqm/launchpad/devel

1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
1
<configure
2976.10.39 by Stuart Bishop
Fix exception rendering
2
    xmlns="http://namespaces.zope.org/zope"
3
    xmlns:browser="http://namespaces.zope.org/browser"
4
    xmlns:i18n="http://namespaces.zope.org/zope"
5
    i18n_domain="zope">
6
7
    <browser:defaultView name="index.html" />
8
    <!-- <browser:defaultSkin name="zope.app.rotterdam.Rotterdam" /> -->
9
10
    <!-- <include package="zope.app.exception.browser" /> -->
11
    <include package="zope.app.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.
12
    <!--
2976.10.39 by Stuart Bishop
Fix exception rendering
13
    <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.
14
      -->
2976.10.39 by Stuart Bishop
Fix exception rendering
15
    <!-- <include package="zope.app.container.browser" /> -->
16
    <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.
17
<!--
2976.10.39 by Stuart Bishop
Fix exception rendering
18
    <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.
19
-->
1102 by Canonical.com Patch Queue Manager
Lucille had some XXXs which should have been NOTEs
20
</configure>