~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zcml/script.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-03-02 04:36:45 UTC
  • mfrom: (12506.1.1 unbreak-incoming-mail)
  • Revision ID: launchpad@pqm.canonical.com-20110302043645-3ywidk692xyypz4h
[r=lifeless][bug=727570] Fix zcml/script.zcml's out-of-tree ZCML
 inclusion, unbreaking incoming mail configs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
 
12
12
    <!-- Add a hook to configure the email stuff using ZCML stored outside
13
13
        of the launchpad tree -->
14
 
    <include files="../+*.zcml" />
 
14
    <include files="../../+*.zcml" />
15
15
 
16
16
    <!-- package-includes/*-configure.zcml contains package configuration
17
17
        shared between a normal launchpad instance and the test suite.