[Zope3-checkins] CVS: Zope3/src/zope/app/publisher - configure.zcml:1.3
Jim Fulton
jim@zope.com
Sat, 25 Jan 2003 08:14:31 -0500
Update of /cvs-repository/Zope3/src/zope/app/publisher
In directory cvs.zope.org:/tmp/cvs-serv18976
Modified Files:
configure.zcml
Log Message:
Added interface directives for the VFS and XMLRPC presentation types
with the interface service so that they can be selected when selecting
presentation types.
=== Zope3/src/zope/app/publisher/configure.zcml 1.2 => 1.3 ===
--- Zope3/src/zope/app/publisher/configure.zcml:1.2 Wed Dec 25 09:13:09 2002
+++ Zope3/src/zope/app/publisher/configure.zcml Sat Jan 25 08:14:29 2003
@@ -2,4 +2,10 @@
<include package=".browser" />
<!-- XXX Decoy: include package='.xmlrpc' / -->
<include file="http.zcml" />
+
+ <interface interface="zope.publisher.interfaces.vfs.IVFSPresentation" />
+ <interface
+ interface="zope.publisher.interfaces.xmlrpc.IXMLRPCPresentation"
+ />
+
</zopeConfigure>