~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to site.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-07-07 14:14:22 UTC
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-22
correct broken commit that bypassessed arch-inventory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<configure xmlns="http://namespaces.zope.org/zope">
 
2
 
 
3
  <include file="zopeapp.zcml" />
 
4
 
 
5
  <include package="canonical" />
 
6
 
 
7
  <include files="package-includes/*-meta.zcml" />
 
8
  <include files="package-includes/*-configure.zcml" />
 
9
 
 
10
  <!-- Provide local overrides of standard configurations-->
 
11
  <includeOverrides file="overrides.zcml" />
 
12
 
 
13
  <include file="securitypolicy.zcml" />
 
14
  <include file="principals.zcml" />
 
15
 
 
16
</configure>
 
17
<!-- arch-tag: 25fbfebd-e1cf-41e1-a051-1c7ac3a72a78 -->