~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zcml/package-includes/mail-meta.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-08-13 01:11:42 UTC
  • mfrom: (13668.1.31 private-bug-0)
  • Revision ID: launchpad@pqm.canonical.com-20110813011142-b8xvpxhdja422ln2
[rs=sinzui][no-qa] Moved canonical.launchpad.mail to lp.services.mail,
 bugs.mail, code.mail.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<configure xmlns="http://namespaces.zope.org/zope">
6
6
    <include package="zope.sendmail" file="meta.zcml" />
7
 
    <include package="canonical.launchpad.mail" file="meta.zcml" />
 
7
    <include package="lp.services.mail" file="meta.zcml" />
8
8
</configure>