~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to overrides.zcml.in

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2004-06-23 09:15:21 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-5
merge latest changes
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-3
   add importd and buildbot module links

 * robert.collins@canonical.com/soyuz--devel--0--patch-4
   catch up with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<configure xmlns="http://namespaces.zope.org/zope"
2
 
           xmlns:browser="http://namespaces.zope.org/browser">
3
 
 
4
 
  <!-- Provide local overrides of standard configurations -->
5
 
 
6
 
  <!-- For example, define a different default skin -->
7
 
  <!-- <browser:skin name="" layers="default" /> -->
8
 
</configure>
9
 
<!-- arch-tag: 2705bed3-f8c4-4b47-9922-4c6c6c95401e -->