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

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


Update of /cvs-repository/Zope3/lib/python/Zope/Publisher/XMLRPC
In directory cvs.zope.org:/tmp/cvs-serv22283/lib/python/Zope/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/Publisher/XMLRPC/meta.zcml ===
<zopeConfigure xmlns='http://namespaces.zope.org/zope'>
  
  <!-- Zope.Publisher.XMLRPC -->
  <directives namespace="http://namespaces.zope.org/xmlrpc">
    <directive name="view" attributes="factory name for"
       handler="Zope.Publisher.XMLRPC.metaConfigure.view" />
  </directives>

</zopeConfigure>

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