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

Guido van Rossum guido@python.org
Mon, 17 Jun 2002 13:52:15 -0400


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

Added Files:
	configure.zcml 
Removed Files:
	config.zcml 
Log Message:
Rename config.zcml to configure.zcml

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

<content class="Zope.Publisher.Browser.BrowserRequest.">
  <security:allow
      interface="Zope.ComponentArchitecture.IPresentationRequest." />
</content>

<content class=".FileResource.">
  <security:allow interface="Zope.Publisher.Browser.IBrowserPublisher." />
  <security:allow attributes="GET HEAD __call__" />
</content>


<browser:view name=""
              factory=".Resources."
              for="Zope.ComponentArchitecture.IServiceManagerContainer."
              permission="Zope.Public"
              allowed_interface="Zope.Publisher.Browser.IBrowserPublisher."
              />

</zopeConfigure>

=== Removed File Zope3/lib/python/Zope/App/Publisher/XMLRPC/config.zcml ===