~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
5038.2.1 by Matthew Paul Thomas
Makes the PageTestLayer actually work. Code by the amazing James Henstridge.
5
<configure xmlns="http://namespaces.zope.org/zope" >
6
7
  <!-- When running the test suite, apply PageTestLayer as the default
8
       skin. -->
9
  <adapter
10
      for="zope.publisher.interfaces.browser.IBrowserRequest"
11
      provides="zope.publisher.interfaces.browser.IDefaultSkin"
12
      factory="canonical.launchpad.layers.PageTestLayer"
13
      />
14
15
</configure>