~launchpad-pqm/launchpad/devel

11647.1.5 by Curtis Hovey
Updated copyright.
1
<!-- Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
8687.15.30 by Karl Fogel
Add the license header block to all .zcml files.
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
-->
4
5435.1.6 by Leonard Richardson
Implement a 'hello world' web service.
5
<configure
6
    xmlns="http://namespaces.zope.org/zope"
7
    xmlns:browser="http://namespaces.zope.org/browser"
10304.5.1 by Leonard Richardson
Fixed a few integration problems.
8
    xmlns:grok="http://namespaces.zope.org/grok"
5835.7.16 by Francis J. Lacoste
Export IMessage using declarations.
9
    xmlns:webservice="http://namespaces.canonical.com/webservice"
5435.1.6 by Leonard Richardson
Implement a 'hello world' web service.
10
    xmlns:i18n="http://namespaces.zope.org/i18n"
11
    i18n_domain="launchpad">
12
14583.1.9 by Curtis Hovey
Removed c.l interfaces and zcml.
13
    <webservice:register module="lp.patchwebservice" />
14
15
    <include package="lp.services" />
5835.7.16 by Francis J. Lacoste
Export IMessage using declarations.
16
14593.1.2 by Curtis Hovey
Rearranges zcml includes -- this is quite delicate because of cyclic import issues.
17
    <include package="lp.answers" />
18
    <include package="lp.app" />
19
    <include package="lp.blueprints" />
20
    <include package="lp.buildmaster" />
21
    <include package="lp.code" />
22
    <include package="lp.coop.answersbugs" />
23
    <include package="lp.hardwaredb" />
24
    <include package="lp.soyuz" />
25
    <include package="lp.translations" />
26
    <include package="lp.testopenid" />
27
    <include package="lp.registry" />
28
    <include package="lp.xmlrpc" />
29
30
    <authorizations module="canonical.launchpad.security" />
31
    <include package="lp.bugs" />
5435.1.6 by Leonard Richardson
Implement a 'hello world' web service.
32
</configure>