~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
1628 by Canonical.com Patch Queue Manager
Configuration, Librian and Librarian test harness work
5
<configure xmlns="http://namespaces.zope.org/zope">
6
6061.16.1 by Curtis Hovey
Removed deprecation warning supression code. Updated ZCML, tests, and code to use
7
    <class class=".client._File">
1636 by Canonical.com Patch Queue Manager
Librarian refactorings
8
        <allow attributes="read close" />
6061.16.1 by Curtis Hovey
Removed deprecation warning supression code. Updated ZCML, tests, and code to use
9
    </class>
1636 by Canonical.com Patch Queue Manager
Librarian refactorings
10
1628 by Canonical.com Patch Queue Manager
Configuration, Librian and Librarian test harness work
11
    <securedutility
12
        class=".client.LibrarianClient"
14606.2.4 by William Grant
Unbreak things, and move configure.zcml.
13
        provides=".interfaces.client.ILibrarianClient">
14
        <allow interface=".interfaces.client.ILibrarianClient" />
5911.2.4 by Francis J. Lacoste
Add IRestrictedLibrarianClient utility.
15
    </securedutility>
16
17
    <securedutility
18
        class=".client.RestrictedLibrarianClient"
14606.2.4 by William Grant
Unbreak things, and move configure.zcml.
19
        provides=".interfaces.client.IRestrictedLibrarianClient">
20
        <allow interface=".interfaces.client.IRestrictedLibrarianClient" />
1628 by Canonical.com Patch Queue Manager
Configuration, Librian and Librarian test harness work
21
    </securedutility>
22
</configure>
23