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

Jim Fulton cvs-admin at zope.org
Sun Nov 9 11:08:43 EST 2003


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

Modified Files:
      Tag: adaptergeddon-branch
	configure.zcml 
Log Message:
Created a global presentation service that replaces the 
global view, resource, and skin services.

Now look up presentation components by adapting from a request type,
rather than adapting to a presentation type.





=== Zope3/src/zope/app/browser/skins/configure.zcml 1.8 => 1.8.14.1 ===
--- Zope3/src/zope/app/browser/skins/configure.zcml:1.8	Thu Aug  7 13:30:59 2003
+++ Zope3/src/zope/app/browser/skins/configure.zcml	Sun Nov  9 11:08:10 2003
@@ -2,13 +2,12 @@
     xmlns="http://namespaces.zope.org/zope"
     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" />
+  <include package=".zopetop" />
   <include package=".debug" />
   <include package=".onlinehelp" />
+
+  <defaultSkin name="Rotterdam" />
 
 </configure>




More information about the Zope3-Checkins mailing list