~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/hardwaredb/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:
11
11
    <!-- HWDBApplication -->
12
12
    
13
13
    <class
14
 
        class="canonical.launchpad.systemhomes.HWDBApplication">
 
14
        class="lp.systemhomes.HWDBApplication">
15
15
        <allow
16
16
            interface="lazr.restful.interfaces.ITopLevelEntryLink"/>
17
17
        <require
19
19
            interface="lp.hardwaredb.interfaces.hwdb.IHWDBApplication"/>
20
20
    </class>
21
21
    <securedutility
22
 
        class="canonical.launchpad.systemhomes.HWDBApplication"
 
22
        class="lp.systemhomes.HWDBApplication"
23
23
        provides="lp.hardwaredb.interfaces.hwdb.IHWDBApplication">
24
24
        <allow
25
25
            interface="lazr.restful.interfaces.ITopLevelEntryLink"/>