~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Abel Deuring
  • Date: 2011-07-27 16:22:36 UTC
  • mfrom: (13539 devel)
  • mto: This revision was merged to the branch mainline in revision 13587.
  • Revision ID: abel.deuring@canonical.com-20110727162236-m5e4e45257ehq65r
devel merged

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
 
 
5
<configure
 
6
    xmlns="http://namespaces.zope.org/zope"
 
7
    xmlns:i18n="http://namespaces.zope.org/i18n"
 
8
    i18n_domain="launchpad">
 
9
 
 
10
    <adapter
 
11
            provides="lazr.restful.interfaces.IJSONPublishable"
 
12
            for="zope.interface.common.idatetime.ITimeDelta"
 
13
            factory="lp.services.webservice.json.StrJSONSerializer"
 
14
            permission="zope.Public"/>
 
15
</configure>