~launchpad-pqm/launchpad/devel

14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
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 xmlns="http://namespaces.zope.org/zope">
6
7
  <securedutility
8
    name="Bug"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
9
    component="lp.bugs.vocabularies.BugVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
10
    provides="zope.schema.interfaces.IVocabularyFactory"
11
    >
12
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
13
  </securedutility>
14
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
15
  <class class="lp.bugs.vocabularies.BugVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
16
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
17
  </class>
18
19
20
  <securedutility
21
    name="BugNominatableSeries"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
22
    component="lp.bugs.vocabularies.BugNominatableSeriesVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
23
    provides="zope.schema.interfaces.IVocabularyFactory"
24
    >
25
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
26
  </securedutility>
27
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
28
  <class class="lp.bugs.vocabularies.BugNominatableProductSeriesVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
29
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
30
  </class>
31
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
32
  <class class="lp.bugs.vocabularies.BugNominatableDistroSeriesVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
33
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
34
  </class>
35
36
37
  <securedutility
38
    name="BugTracker"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
39
    component="lp.bugs.vocabularies.BugTrackerVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
40
    provides="zope.schema.interfaces.IVocabularyFactory"
41
    >
42
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
43
  </securedutility>
44
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
45
  <class class="lp.bugs.vocabularies.BugTrackerVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
46
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
47
  </class>
48
49
50
  <securedutility
51
    name="WebBugTracker"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
52
    component="lp.bugs.vocabularies.WebBugTrackerVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
53
    provides="zope.schema.interfaces.IVocabularyFactory"
54
    >
55
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
56
  </securedutility>
57
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
58
  <class class="lp.bugs.vocabularies.WebBugTrackerVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
59
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
60
  </class>
61
62
63
  <securedutility
64
    name="BugWatch"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
65
    component="lp.bugs.vocabularies.BugWatchVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
66
    provides="zope.schema.interfaces.IVocabularyFactory"
67
    >
68
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
69
  </securedutility>
70
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
71
  <class class="lp.bugs.vocabularies.BugWatchVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
72
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
73
  </class>
74
75
76
  <securedutility
77
    name="DistributionUsingMalone"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
78
    component="lp.bugs.vocabularies.DistributionUsingMaloneVocabulary"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
79
    provides="zope.schema.interfaces.IVocabularyFactory"
80
    >
81
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
82
  </securedutility>
83
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
84
  <class class="lp.bugs.vocabularies.DistributionUsingMaloneVocabulary">
14600.2.2 by Curtis Hovey
Moved webapp to lp.services.
85
    <allow interface="lp.services.webapp.vocabulary.IHugeVocabulary"/>
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
86
  </class>
87
88
89
  <securedutility
90
    name="ProjectProductsUsingMalone"
14435.1.8 by Curtis Hovey
Renamed lp/bugs/vocabulary to vocaularies to be consitent with the other modules.
91
    component="lp.bugs.vocabularies.project_products_using_malone_vocabulary_factory"
14435.1.1 by Curtis Hovey
moved bug vocabs to lp.bugs.
92
    provides="zope.schema.interfaces.IVocabularyFactory"
93
    >
94
    <allow interface="zope.schema.interfaces.IVocabularyFactory"/>
95
  </securedutility>
96
</configure>