[Checkins] SVN: Products.Five/branches/philikon-local-components/browser/configure.zcml get rid of some deprecated stuff

Philipp von Weitershausen philikon at philikon.de
Wed Apr 19 14:20:08 EDT 2006


Log message for revision 67167:
  get rid of some deprecated stuff
  

Changed:
  U   Products.Five/branches/philikon-local-components/browser/configure.zcml

-=-
Modified: Products.Five/branches/philikon-local-components/browser/configure.zcml
===================================================================
--- Products.Five/branches/philikon-local-components/browser/configure.zcml	2006-04-19 18:19:46 UTC (rev 67166)
+++ Products.Five/branches/philikon-local-components/browser/configure.zcml	2006-04-19 18:20:08 UTC (rev 67167)
@@ -4,22 +4,13 @@
   <browser:defaultView name="index.html" />
 
   <interface
-      interface="zope.publisher.interfaces.browser.ILayer"
+      interface="zope.publisher.interfaces.browser.IBrowserSkinType"
       />
 
   <interface
-      interface="zope.publisher.interfaces.browser.ISkin"
-      />
-
-  <interface
       interface="zope.app.publisher.interfaces.browser.IMenuItemType"
       />
 
-  <browser:layer
-      name="default"
-      interface="zope.publisher.interfaces.browser.IDefaultBrowserLayer"
-      />
-
   <browser:page
       for="*"
       name="absolute_url"



More information about the Checkins mailing list