~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to script-testing.zcml

  • Committer: Jonathan Lange
  • Date: 2011-02-18 16:45:16 UTC
  • mto: This revision was merged to the branch mainline in revision 12472.
  • Revision ID: jml@canonical.com-20110218164516-hiqx3ayd2dt4tgfg
Move a lot more zcml into the zcml directory. Fix our 'entry level' files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<configure xmlns="http://namespaces.zope.org/zope">
6
6
    <include file="script.zcml" />
7
 
    <includeOverrides files="package-includes/*-configure-testing.zcml" />
 
7
    <includeOverrides files="zcml/package-includes/*-configure-testing.zcml" />
8
8
</configure>