~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Curtis Hovey
  • Date: 2011-12-23 16:13:09 UTC
  • mfrom: (14593.1.5 move-xmlrpc)
  • mto: This revision was merged to the branch mainline in revision 14599.
  • Revision ID: curtis.hovey@canonical.com-20111223161309-1qxb97c0lx9yus5z
Merged xmlrpc move.

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>