~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/blueprints/vocabularies/configure.zcml

[r=jtv][ui=none][no-qa] Move the SpecificationDepCandidates vocab
        into the lp.blueprints tree

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
 
2
     GNU Affero General Public License version 3 (see the file LICENSE).
 
3
-->
 
4
 
 
5
<configure xmlns="http://namespaces.zope.org/zope">
 
6
 
 
7
  <securedutility
 
8
    name="SpecificationDepCandidates"
 
9
    component=".specificationdependency.SpecificationDepCandidatesVocabulary"
 
10
    provides="zope.schema.interfaces.IVocabularyFactory"
 
11
    >
 
12
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
 
13
  </securedutility>
 
14
 
 
15
  <class class=".specificationdependency.SpecificationDepCandidatesVocabulary">
 
16
    <allow interface="canonical.launchpad.webapp.vocabulary.IHugeVocabulary"/>
 
17
  </class>
 
18
 
 
19
</configure>