~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 16:23:17 UTC
  • mto: (14600.2.1 move-webapp)
  • mto: This revision was merged to the branch mainline in revision 14601.
  • Revision ID: curtis.hovey@canonical.com-20111224162317-c3kcdl2yhnqzk46j
Moved systemhomes to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
    </utility>
24
24
 
25
25
    <securedutility
26
 
        class="canonical.launchpad.systemhomes.WebServiceApplication"
 
26
        class="lp.systemhomes.WebServiceApplication"
27
27
        provides="lp.services.webservice.interfaces.IWebServiceApplication">
28
28
        <allow
29
29
            interface="lp.services.webservice.interfaces.IWebServiceApplication" />