[Zope3-checkins] CVS: Zope3/src/zope/app/component - configure.zcml:1.8.2.1

Philipp von Weitershausen philikon at philikon.de
Fri Aug 8 11:43:55 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/component
In directory cvs.zope.org:/tmp/cvs-serv1795/component

Modified Files:
      Tag: zcml-interface-field-branch
	configure.zcml 
Log Message:
Bootstrap the interface service in _app.


=== Zope3/src/zope/app/component/configure.zcml 1.8 => 1.8.2.1 ===
--- Zope3/src/zope/app/component/configure.zcml:1.8	Sun Aug  3 15:08:16 2003
+++ Zope3/src/zope/app/component/configure.zcml	Fri Aug  8 10:43:51 2003
@@ -48,6 +48,10 @@
       name="queryNamedAdapter"
       implementation="zope.app.component.hooks.queryNamedAdapter" />
 
+<!--
+
+disable this here because we already configure it during bootstrap
+
 <serviceType
     id='Interfaces'
     interface='zope.app.interfaces.component.IInterfaceService' />
@@ -56,6 +60,8 @@
    serviceType='Interfaces'
    permission='zope.Public'
    component='zope.app.component.globalinterfaceservice.interfaceService' />
+
+-->
 
 <interface interface="zope.interface.Interface" />
 




More information about the Zope3-Checkins mailing list