~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/xmlrpc/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:
22
22
      />
23
23
 
24
24
  <securedutility
25
 
    class="canonical.launchpad.systemhomes.CodehostingApplication"
 
25
    class="lp.systemhomes.CodehostingApplication"
26
26
    provides="lp.code.interfaces.codehosting.ICodehostingApplication">
27
27
    <allow interface="lp.code.interfaces.codehosting.ICodehostingApplication"/>
28
28
  </securedutility>
35
35
    />
36
36
 
37
37
  <securedutility
38
 
    class="canonical.launchpad.systemhomes.CodeImportSchedulerApplication"
 
38
    class="lp.systemhomes.CodeImportSchedulerApplication"
39
39
    provides="lp.code.interfaces.codeimportscheduler.ICodeImportSchedulerApplication">
40
40
    <allow interface="lp.code.interfaces.codeimportscheduler.ICodeImportSchedulerApplication"/>
41
41
  </securedutility>
48
48
    />
49
49
 
50
50
  <securedutility
51
 
    class="canonical.launchpad.systemhomes.PrivateMaloneApplication"
 
51
    class="lp.systemhomes.PrivateMaloneApplication"
52
52
    provides="lp.bugs.interfaces.malone.IPrivateMaloneApplication">
53
53
    <allow interface="lp.bugs.interfaces.malone.IPrivateMaloneApplication"/>
54
54
  </securedutility>