~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-24 17:49:30 UTC
  • mto: This revision was merged to the branch mainline in revision 14602.
  • Revision ID: curtis.hovey@canonical.com-20111224174930-xk1d5cvhyxq46ctf
Moved webapp to lp.services.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
            interface="lp.buildmaster.interfaces.builder.IBuilderSet"/>
34
34
    </securedutility>
35
35
    <adapter
36
 
        provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
36
        provides="lp.services.webapp.interfaces.IBreadcrumb"
37
37
        for="lp.buildmaster.interfaces.builder.IBuilder"
38
 
        factory="canonical.launchpad.webapp.breadcrumb.TitleBreadcrumb"
 
38
        factory="lp.services.webapp.breadcrumb.TitleBreadcrumb"
39
39
        permission="zope.Public"/>
40
40
    <adapter
41
 
        provides="canonical.launchpad.webapp.interfaces.IBreadcrumb"
 
41
        provides="lp.services.webapp.interfaces.IBreadcrumb"
42
42
        for="lp.buildmaster.interfaces.builder.IBuilderSet"
43
43
        factory="lp.soyuz.browser.builder.BuilderSetBreadcrumb"
44
44
        permission="zope.Public"/>