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

Steve Alexander steve@cat-box.net
Thu, 13 Mar 2003 09:55:56 -0500


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

Modified Files:
	configure.zcml 
Log Message:
put the debug view into the debug layer.


=== Zope3/src/zope/app/browser/skins/debug/configure.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/skins/debug/configure.zcml:1.1	Tue Mar 11 18:12:30 2003
+++ Zope3/src/zope/app/browser/skins/debug/configure.zcml	Thu Mar 13 09:55:53 2003
@@ -4,13 +4,14 @@
 >
 
   <browser:skin name="Debug" layers="debug rotterdam default" />
-  
+
   <browser:page 
       name="index.html"
       template="error_debug.pt"
       for="zope.interface.common.interfaces.IException"
-      class=".exceptions.ExceptionDebugView" 
+      class=".exceptions.ExceptionDebugView"
       permission="zope.Public"
+      layer="debug"
       />
 
 </zopeConfigure>