[Zope-Checkins] CVS: Zope3/lib/python/Zope/ComponentArchitecture - component.zcml:1.1.2.1

Jim Fulton jim@zope.com
Sun, 24 Mar 2002 16:59:01 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv1200/Zope/ComponentArchitecture

Added Files:
      Tag: Zope-3x-branch
	component.zcml 
Log Message:
Added configuration to configure the view service, so that you can
call getService(ob. 'Views') to get the view service.


=== Added File Zope3/lib/python/Zope/ComponentArchitecture/component.zcml ===
<zopeConfigure
   xmlns='http://namespaces.zope.org/zope'
   xmlns:security='http://namespaces.zope.org/security'
   xmlns:zmi='http://namespaces.zope.org/zmi'
   xmlns:browser='http://namespaces.zope.org/browser'
>

<serviceType name='Views' 
             interface='Zope.ComponentArchitecture.IViewService.' />

<service name='Views'
         component='Zope.ComponentArchitecture.ViewService.viewService' />

</zopeConfigure>