~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-31 19:47:26 UTC
  • mfrom: (13804.1.8 target-adapters-aplenty)
  • Revision ID: launchpad@pqm.canonical.com-20110831194726-q22z5r2pxe93w8t8
[r=gmb][bug=820005][incr] Creates new base adapter for targets for
        target pickers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
424
424
    />
425
425
 
426
426
  <adapter
 
427
    factory="lp.app.browser.vocabulary.ProductPickerEntrySourceAdapter"
 
428
    />
 
429
 
 
430
  <adapter
 
431
    factory="lp.app.browser.vocabulary.DistributionPickerEntrySourceAdapter"
 
432
    />
 
433
 
 
434
  <adapter
427
435
    factory="lp.app.browser.vocabulary.ArchivePickerEntrySourceAdapter"
428
436
    />
429
437