[Zope-Checkins] SVN: Products.Five/trunk/browser/configure.zcml
	define index.html generically as the default view name
    Philipp von Weitershausen 
    philikon at philikon.de
       
    Tue May  2 13:40:45 EDT 2006
    
    
  
Log message for revision 67843:
  define index.html generically as the default view name
  
Changed:
  U   Products.Five/trunk/browser/configure.zcml
-=-
Modified: Products.Five/trunk/browser/configure.zcml
===================================================================
--- Products.Five/trunk/browser/configure.zcml	2006-05-02 17:35:27 UTC (rev 67842)
+++ Products.Five/trunk/browser/configure.zcml	2006-05-02 17:40:45 UTC (rev 67843)
@@ -1,8 +1,7 @@
 <configure xmlns="http://namespaces.zope.org/zope"
            xmlns:browser="http://namespaces.zope.org/browser">
 
-  <browser:defaultView for="Products.Five.interfaces.IBrowserDefault" 
-                       name="index.html" />
+  <browser:defaultView name="index.html" />
 
   <interface
       interface="zope.publisher.interfaces.browser.IBrowserSkinType"
    
    
More information about the Zope-Checkins
mailing list