[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/debug - configure.zcml:1.6.10.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/debug
In directory cvs.zope.org:/tmp/cvs-serv15349/src/zope/app/browser/skins/debug

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/debug/configure.zcml 1.6 => 1.6.10.1 ===
--- Zope3/src/zope/app/browser/skins/debug/configure.zcml:1.6	Mon Aug 25 15:28:42 2003
+++ Zope3/src/zope/app/browser/skins/debug/configure.zcml	Sun Nov  9 11:08:11 2003
@@ -2,6 +2,7 @@
    xmlns:zope="http://namespaces.zope.org/zope"
    xmlns="http://namespaces.zope.org/browser">
 
+  <layer name="debug" />
   <skin name="Debug" layers="debug rotterdam default" />
 
   <page




More information about the Zope3-Checkins mailing list