~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-20 21:24:30 UTC
  • mto: (14565.2.1 apocalyptic-pieces)
  • mto: This revision was merged to the branch mainline in revision 14570.
  • Revision ID: curtis.hovey@canonical.com-20111220212430-rtl0lp6xrgpztgan
Moved IHasExternalBugTracker to lp.bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1451
1451
 
1452
1452
    </class>
1453
1453
    <adapter
1454
 
        provides="canonical.launchpad.interfaces.launchpad.IHasExternalBugTracker"
 
1454
        provides="lp.bugs.interfaces.bugtracker.IHasExternalBugTracker"
1455
1455
        for="lp.registry.interfaces.productseries.IProductSeries"
1456
1456
        factory="lp.registry.adapters.productseries_to_product"
1457
1457
        permission="zope.Public"/>