~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to site.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-24 21:15:02 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-7
Added Soyuz app server start-up and config files
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--base-0
   tag of rocketfuel@canonical.com/soyuz--devel--0--patch-5

 * steve.alexander@canonical.com/soyuz--devel--0--patch-1
   Added Soyuz application server start-up and config files.

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 files="package-includes/*-meta.zcml" />
 
6
  <include files="package-includes/*-configure.zcml" />
 
7
 
 
8
  <!-- Provide local overrides of standard configurations-->
 
9
  <includeOverrides file="overrides.zcml" />
 
10
 
 
11
  <include file="securitypolicy.zcml" />
 
12
  <include file="principals.zcml" />
 
13
 
 
14
</configure>
 
15
<!-- arch-tag: 25fbfebd-e1cf-41e1-a051-1c7ac3a72a78 -->