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

Jim Fulton jim@zope.com
Tue, 12 Feb 2002 19:50:23 -0500


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

Added Files:
      Tag: Zope-3x-branch
	component-meta.zcml 
Log Message:
decomposed zope configuration into separate package configs

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

  <!-- Zope.ComponentArchitecture -->
  <directives namespace="http://namespaces.zope.org/zope">
    <directive name="adapter" attributes="component, provides, for"
       handler="Zope.ComponentArchitecture.metaConfigure.adapter" />
    <directive name="utility" attributes="component, provides"
       handler="Zope.ComponentArchitecture.metaConfigure.utility" />
    <directive name="view" attributes="component, type, name, for, layer"
       handler="Zope.ComponentArchitecture.metaConfigure.view" />
    <directive name="defaultView" 
               attributes="component, type, name, for, layer"
       handler="Zope.ComponentArchitecture.metaConfigure.defaultView" />
    <directive name="skin" attributes="name, type, layers" 
        handler="Zope.ComponentArchitecture.metaConfigure.skin" />
    <directive name="serviceType" attributes="name, interface"
       handler="Zope.ComponentArchitecture.metaConfigure.serviceType" />
    <directive name="service" attributes="name, component"
       handler="Zope.ComponentArchitecture.metaConfigure.service" />
  </directives>

</zopeConfigure>