~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2011-12-30 07:32:58 UTC
  • mto: This revision was merged to the branch mainline in revision 14611.
  • Revision ID: william.grant@canonical.com-20111230073258-g76qf50dpdqcxzfb
Move the interfaces across too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
        />
286
286
    <browser:page
287
287
        name=""
288
 
        for="lp.services.feeds.interfaces.IFeedsApplication"
 
288
        for="lp.services.feeds.interfaces.application.IFeedsApplication"
289
289
        class="lp.app.browser.launchpad.LaunchpadImageFolder"
290
290
        permission="zope.Public"
291
291
        />