~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-20 18:15:42 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-20111220181542-4mm4jnzfx94mhbin
Moved IEmailAddress webservice to lp.services.identity.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
    xmlns:browser="http://namespaces.zope.org/browser"
4
4
    xmlns:i18n="http://namespaces.zope.org/i18n"
5
5
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
 
6
    xmlns:webservice="http://namespaces.canonical.com/webservice"
6
7
    i18n_domain="launchpad">
7
8
    <class
8
9
        class="lp.services.identity.model.emailaddress.EmailAddress">
72
73
        for="canonical.launchpad.webapp.interfaces.ILaunchpadPrincipal"
73
74
        provides="lp.services.identity.interfaces.account.IAccount"
74
75
        factory="lp.services.identity.adapters.account.accountFromPrincipal"/>
 
76
 
 
77
    <webservice:register module="lp.services.identity.interfaces.webservice" />
75
78
</configure>