~ubuntu-branches/ubuntu/raring/schooltool.intervention/raring

« back to all changes in this revision

Viewing changes to src/schooltool/intervention/configure.zcml

  • Committer: Gediminas Paulauskas
  • Date: 2012-03-15 15:27:20 UTC
  • mfrom: (1.1.5)
  • Revision ID: menesis@pov.lt-20120315152720-8h5oj506p5hpm2pb
Tags: 2.0.3-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  <include zcml:condition="have schooltool.gradebook"
16
16
           file="gradebook.zcml" />
17
17
 
18
 
  <!-- Sending email -->
19
 
  <subscriber
20
 
      for="schooltool.intervention.interfaces.IInterventionMessage zope.lifecycleevent.interfaces.IObjectAddedEvent"
21
 
      handler=".sendmail.sendInterventionMessageEmail"
22
 
      />
23
 
  <subscriber
24
 
      for="schooltool.intervention.interfaces.IInterventionGoal zope.lifecycleevent.interfaces.IObjectAddedEvent"
25
 
      handler=".sendmail.sendInterventionGoalAddEmail"
26
 
      />
27
 
 
28
18
  <!-- generations -->
29
19
  <utility
30
20
      name="schooltool.intervention"