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"

_______________________________________________
Zope-Checkins maillist  -  Zope-Checkins@zope.org
http://mail.zope.org/mailman/listinfo/zope-checkins

Reply via email to