~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-28 18:44:04 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-9
Make soyuz a working web application, add a very minimal rosetta with replaceable stubs.
Patches applied:

 * steve.alexander@canonical.com/soyuz--devel--0--patch-2
   Added a standard template for python files.  Customized the http server so that the zodb isn't involved at all

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
  <include file="zopeapp.zcml" />
4
4
 
 
5
  <include package="canonical" />
 
6
 
5
7
  <include files="package-includes/*-meta.zcml" />
6
8
  <include files="package-includes/*-configure.zcml" />
7
9