~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-01 19:34:35 UTC
  • mfrom: (13555.8.7 bug-814580-pre-cleanup)
  • Revision ID: launchpad@pqm.canonical.com-20110801193435-rhqwbist7u1jylnc
[r=henninge][bug=814580][incr] Rename PackagingJob to
        TranslationSharingJob to better reflect the purpose of the job
        and to prepare for introducing per-template sharing
        splitting/merging jobs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
    <subscriber
154
154
        for="lp.registry.interfaces.packaging.IPackaging
155
155
             lazr.lifecycle.interfaces.IObjectEvent"
156
 
        handler="lp.registry.model.packagingjob.schedule_job" />
 
156
        handler=".model.translationsharingjob.schedule_packaging_job" />
157
157
    <facet
158
158
        facet="translations">
159
159