[Zope3-checkins] CVS: Zope3 - .cvsignore:1.3 zserver.zcml:1.5

Marius Gedminas mgedmin@codeworks.lt
Thu, 3 Oct 2002 09:06:30 -0400


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv14753

Modified Files:
	.cvsignore zserver.zcml 
Log Message:
There's no sensible default view for caches.

=== Zope3/.cvsignore 1.2 => 1.3 ===
--- Zope3/.cvsignore:1.2	Mon Jun 10 19:27:34 2002
+++ Zope3/.cvsignore	Thu Oct  3 09:05:59 2002
@@ -1,4 +1,7 @@
 principals.zcml
 products.zcml
-Data.fs
-Data.fs.*
+Data.fs*
+ZODBTest.fs*
+Makefile
+ID
+env.sh


=== Zope3/zserver.zcml 1.4 => 1.5 ===
--- Zope3/zserver.zcml:1.4	Tue Jun 18 08:32:24 2002
+++ Zope3/zserver.zcml	Thu Oct  3 09:05:59 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 = "9080" verbose="true"/>
+    <startup:addServer type = "XML-RPC" port = "9081" verbose="true" />
+    <startup:addServer type = "FTP" port = "9021" />
 
 
   </startup:defineSite>