~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-12-15 10:35:32 UTC
  • mfrom: (14517.1.3 new-bzr)
  • Revision ID: launchpad@pqm.canonical.com-20111215103532-q2m4uyk0r8ugiayx
[r=sinzui, poolie][bug=509016] Always load foreign plugins,
 but restrict probers to avoid accidentally opening foreign branches.
 (re-land)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- Copyright 2010-2011 Canonical Ltd.  This software is licensed under the
 
1
<!-- Copyright 2010 Canonical Ltd.  This software is licensed under the
2
2
     GNU Affero General Public License version 3 (see the file LICENSE).
3
3
-->
4
4
 
6
6
  <include package=".comments" />
7
7
  <include package=".database" />
8
8
  <include package=".features" />
9
 
  <include package=".feeds" />
10
9
  <include package=".fields" />
11
10
  <include package=".geoip" />
12
11
  <include package=".googlesearch" />
13
12
  <include package=".gpg" />
14
 
  <include package=".identity" />
15
13
  <include package=".inlinehelp" file="meta.zcml" />
16
14
  <include package=".job" />
17
15
  <include package=".longpoll" />
18
 
  <include package=".mail" />
19
16
  <include package=".memcache" />
20
17
  <include package=".messages" />
21
18
  <include package=".messaging" />
25
22
  <include package=".salesforce" />
26
23
  <include package=".scripts" />
27
24
  <include package=".session" />
28
 
  <include package=".statistics" />
29
 
  <include package=".temporaryblobstorage" />
30
 
  <include package=".verification" />
31
 
  <include package=".webservice" />
32
25
  <include package=".worlddata" />
33
26
</configure>