[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/ComponentArchitecture - meta.zcml:1.1 component-meta.zcml:NONE
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 14:31:25 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/App/ComponentArchitecture
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/App/ComponentArchitecture
Added Files:
meta.zcml
Removed Files:
component-meta.zcml
Log Message:
changed package-meta.zcml to meta.zcml
=== Added File Zope3/lib/python/Zope/App/ComponentArchitecture/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<directives namespace="http://namespaces.zope.org/zope">
<directive name="adapter" attributes="factory provides for permission"
handler="Zope.App.ComponentArchitecture.metaConfigure.adapter" />
<directive name="utility" attributes="component provides permission"
handler="Zope.App.ComponentArchitecture.metaConfigure.utility" />
<directive name="factory" attributes="component id"
handler="Zope.App.ComponentArchitecture.metaConfigure.factory" />
<directive
name="view"
attributes="component type name for layer
permission allowed_interface allowed_attributes"
handler="Zope.App.ComponentArchitecture.metaConfigure.view" />
<directive name="defaultView"
attributes="component type name for layer"
handler="Zope.App.ComponentArchitecture.metaConfigure.defaultView" />
<directive
name="resource"
attributes="component type name layer
permission allowed_interface allowed_attributes"
handler="Zope.App.ComponentArchitecture.metaConfigure.resource" />
<directive name="skin" attributes="name type layers"
handler="Zope.App.ComponentArchitecture.metaConfigure.skin" />
<directive name="serviceType" attributes="id interface"
handler="Zope.App.ComponentArchitecture.metaConfigure.serviceType" />
<directive name="service" attributes="serviceType component permission"
handler="Zope.App.ComponentArchitecture.metaConfigure.service" />
</directives>
</zopeConfigure>
=== Removed File Zope3/lib/python/Zope/App/ComponentArchitecture/component-meta.zcml ===