~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zopeapp.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:
64
64
  <include package="zope.app.principalannotation" />
65
65
    -->
66
66
  <!-- Utilities -->
67
 
 
68
 
  <!-- XXX removed as these aren't present in the beta release.
69
67
  <include package="zope.app.schema" />
70
68
  <include package="zope.app.uniqueid" />
71
 
    -->
72
69
 
73
70
  <!-- Misc. Service Manager objects -->
74
71
  <!-- We don't want service managers.
103
100
  <include package="zope.app.folder" />
104
101
  -->
105
102
  <!-- Browser Configurations -->
106
 
  <include file="zopeappbrowser.zcml" />
 
103
  <include package="zope.app" file="browser.zcml" />
107
104
 
108
105
</configure>
109
106
<!-- arch-tag: ae87fdb2-412e-42ab-9fe7-6394c74710da -->