~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/services/messaging/configure.zcml

  • Committer: Stuart Bishop
  • Date: 2011-09-28 12:49:24 UTC
  • mfrom: (9893.10.1 trivial)
  • mto: This revision was merged to the branch mainline in revision 14178.
  • Revision ID: stuart.bishop@canonical.com-20110928124924-m5a22fymqghw6c5i
Merged trivial into distinct-db-users.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2011 Canonical Ltd.  This software is licensed under the
 
2
     GNU Affero General Public License version 3 (see the file LICENSE).
 
3
-->
 
4
<configure
 
5
    xmlns="http://namespaces.zope.org/zope"
 
6
    xmlns:browser="http://namespaces.zope.org/browser"
 
7
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
8
    i18n_domain="launchpad">
 
9
  <utility
 
10
      provides=".interfaces.IMessageSession"
 
11
      component=".rabbit.unreliable_session" />
 
12
</configure>