~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-18 15:13:07 UTC
  • mto: This revision was merged to the branch mainline in revision 14547.
  • Revision ID: curtis.hovey@canonical.com-20111218151307-sdm2gzobt5tplbe0
Moved badges to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- Copyright 2009-2011 Canonical Ltd.  This software is licensed under the
 
1
<!-- Copyright 2009-2010 Canonical Ltd.  This software is licensed under the
2
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
3
-->
4
4
 
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"
10
9
    i18n_domain="launchpad">
11
10
 
12
11
    <!-- Message -->
43
42
 
44
43
  <!-- Some message have a canonical_url -->
45
44
  <adapter for="lp.services.messages.interfaces.message.IMessage"
46
 
    provides="lp.services.webapp.interfaces.ICanonicalUrlData"
 
45
    provides="canonical.launchpad.webapp.interfaces.ICanonicalUrlData"
47
46
    factory="lp.services.messages.browser.message.message_to_canonical_url_data"
48
47
    />
49
48
 
61
60
    factory="lp.services.messages.model.message.DirectEmailAuthorization"
62
61
    />
63
62
 
64
 
  <webservice:register module="lp.services.messages.interfaces.webservice" />
 
63
 
65
64
</configure>