~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messages/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-20 19:55:15 UTC
  • mto: (14565.2.1 apocalyptic-pieces)
  • mto: This revision was merged to the branch mainline in revision 14570.
  • Revision ID: curtis.hovey@canonical.com-20111220195515-7bcde1kjwps942e1
Moved message webservice declarations to lp.services.messages.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    xmlns="http://namespaces.zope.org/zope"
7
7
    xmlns:browser="http://namespaces.zope.org/browser"
8
8
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
9
    xmlns:webservice="http://namespaces.canonical.com/webservice"
9
10
    i18n_domain="launchpad">
10
11
 
11
12
    <!-- Message -->
60
61
    factory="lp.services.messages.model.message.DirectEmailAuthorization"
61
62
    />
62
63
 
63
 
 
 
64
  <webservice:register module="lp.services.messages.interfaces.webservice" />
64
65
</configure>