~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to override-configure.zcml

  • Committer: James Westby
  • Date: 2010-07-22 08:24:05 UTC
  • mto: This revision was merged to the branch mainline in revision 11213.
  • Revision ID: james.westby@canonical.com-20100722082405-gp6cs0unryzsd87p
Drop the defaultSkin setting from override-configure.zcml too.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
<configure xmlns="http://namespaces.zope.org/zope"
6
6
    xmlns:browser="http://namespaces.zope.org/browser">
7
7
 
8
 
    <!-- Change the default skin from Rotterdam -->
9
 
    <browser:defaultSkin name="launchpad" />
10
 
 
11
8
    <include files="override-includes/*-configure.zcml" />
12
9
 
13
10
    <include file="+config-overrides.zcml" />