[Zope-Checkins] CVS: Zope3/lib/python/Zope/Configuration - meta.zcml:1.1 configuration-meta.zcml:NONE
Steve Alexander
steve@cat-box.net
Mon, 17 Jun 2002 14:31:29 -0400
Update of /cvs-repository/Zope3/lib/python/Zope/Configuration
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/Configuration
Added Files:
meta.zcml
Removed Files:
configuration-meta.zcml
Log Message:
changed package-meta.zcml to meta.zcml
=== Added File Zope3/lib/python/Zope/Configuration/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
<!-- Zope.Configure -->
<directives namespace="http://namespaces.zope.org/zope">
<directive name="hookable" attributes="name module"
handler="Zope.Configuration.metaConfigure.provideHookable" />
<directive name="hook" attributes="name implementation module"
handler="Zope.Configuration.metaConfigure.provideHook" />
</directives>
</zopeConfigure>
=== Removed File Zope3/lib/python/Zope/Configuration/configuration-meta.zcml ===