[Zope3-checkins] CVS: Zope3/src/zope/app/publisher -
configure.zcml:1.7
Jim Fulton
cvs-admin at zope.org
Fri Nov 21 12:12:55 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/publisher
In directory cvs.zope.org:/tmp/cvs-serv32535/src/zope/app/publisher
Modified Files:
configure.zcml
Log Message:
Views must now be registered for request rather than presentation
types.
=== Zope3/src/zope/app/publisher/configure.zcml 1.6 => 1.7 ===
--- Zope3/src/zope/app/publisher/configure.zcml:1.6 Fri Aug 22 16:02:19 2003
+++ Zope3/src/zope/app/publisher/configure.zcml Fri Nov 21 12:12:24 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