~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-22 15:48:31 UTC
  • mto: This revision was merged to the branch mainline in revision 14585.
  • Revision ID: curtis.hovey@canonical.com-20111222154831-6hgbnzjq7gzv6ukq
Moved bug adpater registration to lp.bugs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
191
191
         factory="lp.bugs.browser.bugcomment.BugCommentXHTMLRepresentation"
192
192
         name="lazr.restful.EntryResource"
193
193
        />
 
194
    <adapter
 
195
        for="lp.bugs.interfaces.bugmessage.IBugComment
 
196
             lazr.restful.interfaces.IWebServiceClientRequest"
 
197
        provides="lazr.restful.interfaces.IEntry"
 
198
        factory="lp.bugs.adapters.bug.bugcomment_to_entry"
 
199
        />
194
200
    <browser:url
195
201
        for="lp.bugs.interfaces.malone.IMaloneApplication"
196
202
        path_expression="string:bugs"