~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/feeds/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:
9
9
    i18n_domain="launchpad">
10
10
 
11
11
    <securedutility
12
 
        class="canonical.launchpad.systemhomes.FeedsApplication"
 
12
        class="lp.systemhomes.FeedsApplication"
13
13
        provides="lp.services.feeds.interfaces.IFeedsApplication">
14
14
        <allow
15
15
            interface="lp.services.feeds.interfaces.IFeedsApplication" />