~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-23 20:29:40 UTC
  • mfrom: (14593.1.6 move-xmlrpc)
  • Revision ID: launchpad@pqm.canonical.com-20111223202940-22gcyjdqhwrjwh0b
[rs=sinzui][no-qa] Move xmlrpc to lp.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    xmlns="http://namespaces.zope.org/zope"
7
7
    xmlns:browser="http://namespaces.zope.org/browser"
8
8
    xmlns:i18n="http://namespaces.zope.org/i18n"
9
 
    xmlns:xmlrpc="http://namespaces.zope.org/xmlrpc"
10
 
    xmlns:lp="http://namespaces.canonical.com/lp"
11
9
    i18n_domain="launchpad">
12
10
    <include package=".browser"/>
13
11
    <include package="lp.app.validators" />
25
23
      <allow interface="lazr.lifecycle.interfaces.IObjectModifiedEvent" />
26
24
    </class>
27
25
 
28
 
    <xmlrpc:view
29
 
      for="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"
30
 
      interface="canonical.launchpad.xmlrpc.application.ISelfTest"
31
 
      class="canonical.launchpad.xmlrpc.application.SelfTest"
32
 
      permission="zope.Public"
33
 
      />
34
 
 
35
26
    <class class="zope.schema.vocabulary.SimpleVocabulary">
36
27
      <allow interface="zope.schema.interfaces.IVocabularyTokenized"/>
37
28
    </class>