~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-07-16 13:16:02 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:rocketfuel@canonical.com%soyuz--devel--0--patch-29
add sqlobject library link
Patches applied:

 * robert.collins@canonical.com/soyuz--devel--0--patch-23
   add svn_oo module link

 * robert.collins@canonical.com/soyuz--devel--0--patch-24
   add sqlobject lib link

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 -->