~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-20 17:18:38 UTC
  • mfrom: (14557.1.20 login-token-apocalyse)
  • Revision ID: launchpad@pqm.canonical.com-20111220171838-t5bzp4y0hjmxxqze
[rs=sinzui][no-qa] migrate logintoken, launchpad statistics,
        and feeds.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure
 
2
    xmlns="http://namespaces.zope.org/zope"
 
3
    xmlns:browser="http://namespaces.zope.org/browser"
 
4
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
5
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
 
6
    i18n_domain="launchpad">
 
7
    <include
 
8
        package=".browser"/>
 
9
 
 
10
    <!-- LaunchpadStatistic -->
 
11
 
 
12
    <class
 
13
        class="lp.services.statistics.model.statistics.LaunchpadStatistic">
 
14
        <allow
 
15
            interface="lp.services.statistics.interfaces.statistic.ILaunchpadStatistic"/>
 
16
    </class>
 
17
 
 
18
    <!-- LaunchpadStatisticSet -->
 
19
 
 
20
    <securedutility
 
21
        class="lp.services.statistics.model.statistics.LaunchpadStatisticSet"
 
22
        provides="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet">
 
23
        <allow
 
24
            interface="lp.services.statistics.interfaces.statistic.ILaunchpadStatisticSet"/>
 
25
    </securedutility>
 
26
</configure>