~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to script.zcml

  • Committer: Tim Penhey
  • Date: 2009-10-13 23:01:09 UTC
  • mto: This revision was merged to the branch mainline in revision 9693.
  • Revision ID: tim.penhey@canonical.com-20091013230109-yec6ic57awoz5zgc
Add the error log configuration to the scripts configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
    <!-- package-includes/*-configure.zcml contains package configuration
17
17
        shared between a normal launchpad instance and the test suite.
18
 
        package-includes/*-configure-normal.zcml and 
 
18
        package-includes/*-configure-normal.zcml and
19
19
        package-includes/*-configure-testing.zcml contain configuration
20
20
        that needs to be different between normal and test modes.
21
21
    -->
31
31
        scripts which would be bad
32
32
    -->
33
33
    <!-- <includeOverrides file="override-configure-normal.zcml" /> -->
 
34
    <!-- Make sure that the scripts have access to to the error
 
35
         reporting utility.
 
36
    -->
 
37
    <includeOverrides file="override-includes/errorlog-configure.zcml" />
34
38
</configure>