~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/longpoll/configure.zcml

  • Committer: Julian Edwards
  • Date: 2011-07-28 20:46:18 UTC
  • mfrom: (13553 devel)
  • mto: This revision was merged to the branch mainline in revision 13555.
  • Revision ID: julian.edwards@canonical.com-20110728204618-tivj2wx2oa9s32bx
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    xmlns:browser="http://namespaces.zope.org/browser"
7
7
    xmlns:i18n="http://namespaces.zope.org/i18n"
8
8
    i18n_domain="launchpad">
9
 
    <adapter factory=".adapters.storm.LongPollStormEvent" />
10
 
    <adapter factory=".adapters.storm.LongPollStormCreationEvent" />
11
 
    <adapter factory=".adapters.subscriber.LongPollApplicationRequestSubscriber" />
12
 
    <subscriber handler=".adapters.storm.object_created" />
13
 
    <subscriber handler=".adapters.storm.object_deleted" />
14
 
    <subscriber handler=".adapters.storm.object_modified" />
 
9
    <adapter factory=".adapters.subscriber.LongPollSubscriber" />
15
10
</configure>