[Zope3-checkins] CVS: Zope3 - zserver.zcml:1.8
Steve Alexander
steve@cat-box.net
Wed, 30 Oct 2002 03:54:38 -0500
Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv27555
Modified Files:
zserver.zcml
Log Message:
Removed references to ZMIViewUtility from page templates and zcml files.
The callables in ZMIViewUtility that were available from the ZMIUtility
view are now available from the standard_macros view.
=== Zope3/zserver.zcml 1.7 => 1.8 ===
--- Zope3/zserver.zcml:1.7 Fri Oct 18 11:13:58 2002
+++ Zope3/zserver.zcml Wed Oct 30 03:54:07 2002
@@ -44,9 +44,9 @@
The 'verbose' option specifies whether any logs should be written. If
set to false, nothing is reported. -->
- <startup:addServer type = "Browser" port = "8080" verbose="true"/>
- <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
- <startup:addServer type = "FTP" port = "8021" />
+ <startup:addServer type = "Browser" port = "9078" verbose="true"/>
+ <startup:addServer type = "XML-RPC" port = "9081" verbose="true" />
+ <startup:addServer type = "FTP" port = "9021" />
</startup:defineSite>