~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to site.zcml

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-08-05 09:55:29 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%launchpad--devel--0--patch-35
Made make debugging-on and make debugging-off turn on and off apidoc in addition to the debug skin.
Patches applied:

 * steve.alexander@canonical.com/launchpad--devel--0--patch-25
   merge from rocketfuel

 * steve.alexander@canonical.com/launchpad--devel--0--patch-26
   made apidoc include precious

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
  <include package="canonical" />
6
6
 
7
7
  <include files="package-includes/*-meta.zcml" />
8
 
  <includeOverrides file="override-meta.zcml" />
9
 
 
10
8
  <include files="package-includes/*-configure.zcml" />
11
 
  <includeOverrides file="override-configure.zcml" />
12
9
 
13
10
  <!-- Provide local overrides of standard configurations-->
14
11
  <includeOverrides file="overrides.zcml" />