[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/Publisher/XMLRPC - meta.zcml:1.1 xmlrpc-meta.zcml:NONE

Steve Alexander steve@cat-box.net
Mon, 17 Jun 2002 14:31:27 -0400


Update of /cvs-repository/Zope3/lib/python/Zope/App/Publisher/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/App/Publisher/XMLRPC

Added Files:
	meta.zcml 
Removed Files:
	xmlrpc-meta.zcml 
Log Message:
changed package-meta.zcml to meta.zcml


=== Added File Zope3/lib/python/Zope/App/Publisher/XMLRPC/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
  
  <directives namespace="http://namespaces.zope.org/xmlrpc">

    <directive 
         name="view" 
         attributes="factory name for
                     permission allowed_interface allowed_attributes"
         handler="Zope.App.Publisher.XMLRPC.metaConfigure.view" >
       <subdirective name="method" 
                     attributes="name attribute permission" /> 
       <subdirective name="defaultMethod" 
                     attributes="name attribute permission" /> 
    </directive>

    <directive 
       name="defaultView" 
       attributes="factory name for layer template
                   permission allowed_interface allowed_attributes"
       handler="Zope.App.Publisher.XMLRPC.metaConfigure.defaultView" />

  </directives>

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/Publisher/XMLRPC/xmlrpc-meta.zcml ===