~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
3691.68.3 by James Henstridge
convert securitycontact edit form to LaunchpadFormView, and make LaunchpadFormView actually work
5
<configure
6
    xmlns="http://namespaces.zope.org/zope"
7
    xmlns:i18n="http://namespaces.zope.org/i18n"
8
    i18n_domain="zope"
9
    >
10
11
  <include package="zope.formlib" />
12
13
</configure>