[Zope3-checkins] CVS: Zope3/src/zope/app/publisher - configure.zcml:1.1.2.3
Jim Fulton
jim@zope.com
Wed, 25 Dec 2002 08:28:05 -0500
Update of /cvs-repository/Zope3/src/zope/app/publisher
In directory cvs.zope.org:/tmp/cvs-serv9989/src/zope/app/publisher
Modified Files:
Tag: NameGeddon-branch
configure.zcml
Log Message:
Gor zope running again!
I haven't tested everything.
(Yes, we need functional tests. Maybe this week).
Good enough to merge into trunk.
=== Zope3/src/zope/app/publisher/configure.zcml 1.1.2.2 => 1.1.2.3 ===
--- Zope3/src/zope/app/publisher/configure.zcml:1.1.2.2 Tue Dec 24 14:26:49 2002
+++ Zope3/src/zope/app/publisher/configure.zcml Wed Dec 25 08:27:34 2002
@@ -1,3 +1,5 @@
<zopeConfigure xmlns='http://namespaces.zope.org/zope' >
+ <include package=".browser" />
+ <!-- XXX Decoy: include package='.xmlrpc' / -->
<include file="http.zcml" />
</zopeConfigure>