~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to site.zcml

  • Committer: Jonathan Lange
  • Date: 2011-02-18 16:35:20 UTC
  • mto: This revision was merged to the branch mainline in revision 12472.
  • Revision ID: jml@canonical.com-20110218163520-2zi3vi3a9km904wf
Move much of the zcml into a subdirectory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
<configure xmlns="http://namespaces.zope.org/zope">
6
6
 
7
 
    <include file="zopeapp.zcml" />
 
7
    <include file="zcml/zopeapp.zcml" />
8
8
    <!--<include package="zope.app" />-->
9
9
 
10
10
    <!-- Session machinery -->
11
 
    <include file="zopeappsession.zcml" />
 
11
    <include file="zcml/zopeappsession.zcml" />
12
12
 
13
13
    <!-- Browser Configurations -->
14
 
    <include file="zopeappbrowser.zcml" />
 
14
    <include file="zcml/zopeappbrowser.zcml" />
15
15
    <!-- <include package="zope.app" file="browser.zcml" /> -->
16
16
 
17
17
    <include package="canonical" />
32
32
    <includeOverrides file="override-configure.zcml" />
33
33
    <includeOverrides file="override-configure-normal.zcml" />
34
34
 
35
 
    <include file="securitypolicy.zcml" />
 
35
    <include file="zcml/securitypolicy.zcml" />
36
36
 
37
37
    <!-- include request summarizer here so it only affects webapp -->
38
 
    <include file="summarizerequests.zcml" />
 
38
    <include file="zcml/summarizerequests.zcml" />
39
39
 
40
40
    <include package="zc.zservertracelog" />
41
41