~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

merged base branch.

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"/>