~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/browser/configure.zcml

  • Committer: Curtis Hovey
  • Date: 2011-12-20 21:51:23 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-20111220215123-cqx3oukte9vdkvc8
Moved IBazaarApplication to lp.code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        module="lp.code.browser.branchref"
132
132
        classes="BranchRefNavigation"/>
133
133
    <browser:url
134
 
        for="canonical.launchpad.interfaces.launchpad.IBazaarApplication"
 
134
        for="lp.code.interfaces.codehosting.IBazaarApplication"
135
135
        path_expression="string:+code"
136
136
        parent_utility="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"
137
137
        rootsite="code"/>
138
138
    <browser:defaultView
139
 
        for="canonical.launchpad.interfaces.launchpad.IBazaarApplication"
 
139
        for="lp.code.interfaces.codehosting.IBazaarApplication"
140
140
        layer="lp.code.publisher.CodeLayer"
141
141
        name="+index"/>
142
142
    <browser:page
143
 
        for="canonical.launchpad.interfaces.launchpad.IBazaarApplication"
 
143
        for="lp.code.interfaces.codehosting.IBazaarApplication"
144
144
        layer="lp.code.publisher.CodeLayer"
145
145
        permission="zope.Public"
146
146
        class="lp.code.browser.bazaar.BazaarApplicationView"