[Checkins] SVN:	zope.app.publication/trunk/src/zope/app/publication/configure.zcml	registration moved from zope.app.publisher
    Shane Hathaway 
    shane at hathawaymix.org
       
    Fri May 22 20:42:45 EDT 2009
    
    
  
Log message for revision 100265:
  registration moved from zope.app.publisher
  
Changed:
  U   zope.app.publication/trunk/src/zope/app/publication/configure.zcml
-=-
Modified: zope.app.publication/trunk/src/zope/app/publication/configure.zcml
===================================================================
--- zope.app.publication/trunk/src/zope/app/publication/configure.zcml	2009-05-23 00:40:02 UTC (rev 100264)
+++ zope.app.publication/trunk/src/zope/app/publication/configure.zcml	2009-05-23 00:42:45 UTC (rev 100265)
@@ -10,6 +10,14 @@
       permission="zope.Public"
       />
 
+  <view
+      for="zope.interface.Interface"
+      type="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
+      provides="zope.publisher.interfaces.xmlrpc.IXMLRPCPublisher"
+      factory="zope.app.publication.traversers.SimpleComponentTraverser"
+      permission="zope.Public"
+      />
+
   <adapter
       for="types.MethodType zope.publisher.interfaces.browser.IBrowserRequest"
       provides="zope.publisher.interfaces.browser.IBrowserPublisher"
    
    
More information about the Checkins
mailing list