[Zope3-checkins] CVS: Zope3/src/zope/app/publisher - configure.zcml:1.6.10.1

Jim Fulton cvs-admin at zope.org
Sun Nov 9 11:08:53 EST 2003


Update of /cvs-repository/Zope3/src/zope/app/publisher
In directory cvs.zope.org:/tmp/cvs-serv15349/src/zope/app/publisher

Modified Files:
      Tag: adaptergeddon-branch
	configure.zcml 
Log Message:
Created a global presentation service that replaces the 
global view, resource, and skin services.

Now look up presentation components by adapting from a request type,
rather than adapting to a presentation type.





=== Zope3/src/zope/app/publisher/configure.zcml 1.6 => 1.6.10.1 ===
--- Zope3/src/zope/app/publisher/configure.zcml:1.6	Fri Aug 22 16:02:19 2003
+++ Zope3/src/zope/app/publisher/configure.zcml	Sun Nov  9 11:08:22 2003
@@ -3,7 +3,7 @@
   <include file="http.zcml" />
 
   <interface
-     interface="zope.publisher.interfaces.xmlrpc.IXMLRPCPresentation"
+     interface="zope.publisher.interfaces.xmlrpc.IXMLRPCRequest"
      />
 
 </configure>




More information about the Zope3-Checkins mailing list