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

Jim Fulton jim@zope.com
Sun, 18 May 2003 14:07:14 -0400


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

Modified Files:
	configure.zcml 
Log Message:
Updated hook configuration to use the new hooking machinery.

Also simplified hook zcml configuration. It is no longer necessary to
declare that something is hookable before hooking it. After all, we
can now introspect objects to determine if they are hookable.


=== Zope3/src/zope/app/component/configure.zcml 1.4 => 1.5 ===
--- Zope3/src/zope/app/component/configure.zcml:1.4	Tue May 13 13:08:33 2003
+++ Zope3/src/zope/app/component/configure.zcml	Sun May 18 14:06:43 2003
@@ -39,8 +39,6 @@
          permission='zope.Public'
          component='zope.component.resource.resourceService' />
          
-<hookable name=".getServiceManager" />
-
 <hook module="zope.component"
       name="getServiceManager"
       implementation="zope.app.component.hooks.getServiceManager_hook" />