~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-05-27 19:53:20 UTC
  • mto: This revision was merged to the branch mainline in revision 13136.
  • Revision ID: curtis.hovey@canonical.com-20110527195320-hpp9gn2dgg3ubalz
Move ILaunchpadCelebrity to lp.app.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1844
1844
        <allow
1845
1845
            interface="lp.registry.interfaces.personproduct.IPersonProductFactory"/>
1846
1846
    </securedutility>
 
1847
 
 
1848
    <class
 
1849
        class="lp.registry.model.personroles.PersonRoles">
 
1850
        <allow
 
1851
            interface="lp.registry.interfaces.role.IPersonRoles"/>
 
1852
    </class>
 
1853
    <adapter
 
1854
        for="lp.registry.interfaces.person.IPerson"
 
1855
        provides="lp.registry.interfaces.role.IPersonRoles"
 
1856
        factory="lp.registry.model.personroles.PersonRoles" />
1847
1857
</configure>