~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-22 04:45:35 UTC
  • mfrom: (14565.2.24 apocalyptic-pieces)
  • Revision ID: launchpad@pqm.canonical.com-20111222044535-jbjyzq3hzwiy7g20
[rs=sinzui][no-qa] Move javascript and scripts to lp. Dismantle
 mailnotification.

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
  <subscriber
104
104
      for="lp.blueprints.interfaces.specificationsubscription.ISpecificationSubscription
105
105
           lazr.lifecycle.interfaces.IObjectCreatedEvent"
106
 
      handler="canonical.launchpad.mailnotification.notify_specification_subscription_created"/>
 
106
      handler="lp.blueprints.mail.notifications.notify_specification_subscription_created"/>
107
107
  <subscriber
108
108
      for="lp.blueprints.interfaces.specificationsubscription.ISpecificationSubscription
109
109
           lazr.lifecycle.interfaces.IObjectModifiedEvent"
110
 
      handler="canonical.launchpad.mailnotification.notify_specification_subscription_modified"/>
 
110
      handler="lp.blueprints.mail.notifications.notify_specification_subscription_modified"/>
111
111
 
112
112
  <!-- SpecificationFeedback -->
113
113
 
202
202
  <subscriber
203
203
      for="lp.blueprints.interfaces.specification.ISpecification
204
204
           lazr.lifecycle.interfaces.IObjectModifiedEvent"
205
 
      handler="canonical.launchpad.mailnotification.notify_specification_modified"/>
 
205
      handler="lp.blueprints.mail.notifications.notify_specification_modified"/>
206
206
 
207
207
  <!-- SpecificationSet -->
208
208