~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-22 16:47:27 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222164727-3dxw9aoqachciqn1
Removed c.l interfaces and zcml.
Moved webservice zcml to patchwebservice.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    xmlns:i18n="http://namespaces.zope.org/i18n"
11
11
    i18n_domain="launchpad">
12
12
 
13
 
   <webservice:register module="canonical.launchpad.interfaces.webservice" />
 
13
    <webservice:register module="lp.patchwebservice" />
 
14
 
 
15
    <include package="lp.services" />
14
16
 
15
17
</configure>