~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
2976.10.4 by Stuart Bishop
Add required zcml overrides
5
<configure xmlns="http://namespaces.zope.org/zope"
6
    xmlns:browser="http://namespaces.zope.org/browser">
7
8
    <!-- Change the default skin from Rotterdam -->
9
    <browser:defaultSkin name="launchpad" />
10
11
    <include files="override-includes/*-configure.zcml" />
12
8690.4.8 by Francis J. Lacoste
Moved the +config-overrides.zcml generation to CanonicalConfig.
13
    <include file="+config-overrides.zcml" />
2976.10.4 by Stuart Bishop
Add required zcml overrides
14
15
</configure>