~launchpad-pqm/launchpad/devel

8 by Canonical.com Patch Queue Manager
Added Soyuz app server start-up and config files
1
<configure xmlns="http://namespaces.zope.org/zope">
2
3
  <include file="zopeapp.zcml" />
4
10 by Canonical.com Patch Queue Manager
Make soyuz a working web application, add a very minimal rosetta with replaceable stubs.
5
  <include package="canonical" />
6
8 by Canonical.com Patch Queue Manager
Added Soyuz app server start-up and config files
7
  <include files="package-includes/*-meta.zcml" />
77 by Canonical.com Patch Queue Manager
Improved debugging-on/off make targets. Made stubs included by default, and sql as overriding stubs.
8
  <includeOverrides file="override-meta.zcml" />
9
8 by Canonical.com Patch Queue Manager
Added Soyuz app server start-up and config files
10
  <include files="package-includes/*-configure.zcml" />
77 by Canonical.com Patch Queue Manager
Improved debugging-on/off make targets. Made stubs included by default, and sql as overriding stubs.
11
  <includeOverrides file="override-configure.zcml" />
8 by Canonical.com Patch Queue Manager
Added Soyuz app server start-up and config files
12
13
  <!-- Provide local overrides of standard configurations-->
14
  <includeOverrides file="overrides.zcml" />
15
16
  <include file="securitypolicy.zcml" />
17
  <include file="principals.zcml" />
18
19
</configure>
20
<!-- arch-tag: 25fbfebd-e1cf-41e1-a051-1c7ac3a72a78 -->