[Zope-Checkins] 
	SVN: Zope/branches/2.9/lib/python/Products/Five/browser/configure.zcml
	No longer use the defaultLayer directive. It didn't do
	anything anyway.
    Jim Fulton 
    jim at zope.com
       
    Mon Dec  5 18:02:50 EST 2005
    
    
  
Log message for revision 40576:
  No longer use the defaultLayer directive.  It didn't do anything anyway.
  
Changed:
  U   Zope/branches/2.9/lib/python/Products/Five/browser/configure.zcml
-=-
Modified: Zope/branches/2.9/lib/python/Products/Five/browser/configure.zcml
===================================================================
--- Zope/branches/2.9/lib/python/Products/Five/browser/configure.zcml	2005-12-05 21:46:40 UTC (rev 40575)
+++ Zope/branches/2.9/lib/python/Products/Five/browser/configure.zcml	2005-12-05 23:02:49 UTC (rev 40576)
@@ -20,11 +20,6 @@
       interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
       />
 
-  <defaultLayer
-      type="zope.publisher.interfaces.browser.IBrowserRequest"
-      layer="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
-      />
-
   <browser:page
       for="*"
       name="absolute_url"
    
    
More information about the Zope-Checkins
mailing list