~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-11-22 14:12:40 UTC
  • mfrom: (14193.3.12 bug-877195-code)
  • Revision ID: launchpad@pqm.canonical.com-20111122141240-1x8vopdtuy5wl4pe
[r=jcsackett][bug=877195] [r=jcsackett] move POFile statistics update
        into a job

Show diffs side-by-side

added added

removed removed

Lines of Context:
694
694
 
695
695
  <webservice:register module="lp.translations.interfaces.webservice" />
696
696
 
 
697
  <class
 
698
      class="lp.translations.model.pofilestatsjob.POFileStatsJob">
 
699
      <allow interface='lp.services.job.interfaces.job.IRunnableJob'/>
 
700
  </class>
 
701
  <utility
 
702
      component="lp.translations.model.pofilestatsjob.POFileStatsJob"
 
703
      provides="lp.translations.interfaces.pofilestatsjob.IPOFileStatsJobSource"
 
704
      />
 
705
 
697
706
</configure>