[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins - configure.zcml:1.4

Jim Fulton jim@zope.com
Thu, 26 Dec 2002 18:13:48 -0500


Update of /cvs-repository/Zope3/src/zope/app/browser/skins
In directory cvs.zope.org:/tmp/cvs-serv21992

Modified Files:
	configure.zcml 
Log Message:
Made the rotterdam skin the default.


=== Zope3/src/zope/app/browser/skins/configure.zcml 1.3 => 1.4 ===
--- Zope3/src/zope/app/browser/skins/configure.zcml:1.3	Thu Dec 26 15:20:47 2002
+++ Zope3/src/zope/app/browser/skins/configure.zcml	Thu Dec 26 18:13:48 2002
@@ -3,6 +3,9 @@
    xmlns:browser='http://namespaces.zope.org/browser'
    >
 
+<!-- XXX We shouldn't have to repeat the skin definition to set the default -->
+<browser:skin name="" layers="rotterdam default" />
+
 <include package=".basic" />
 <include package=".zopetop" />
 <include package=".rotterdam" />