[Zope3-checkins] CVS: Zope3 - .cvsignore:1.4 zserver.zcml:1.6

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


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

Modified Files:
	.cvsignore zserver.zcml 
Log Message:
Undo accidental commit

=== Zope3/.cvsignore 1.3 => 1.4 ===
--- Zope3/.cvsignore:1.3	Thu Oct  3 09:05:59 2002
+++ Zope3/.cvsignore	Thu Oct  3 09:14:38 2002
@@ -1,7 +1,4 @@
 principals.zcml
 products.zcml
-Data.fs*
-ZODBTest.fs*
-Makefile
-ID
-env.sh
+Data.fs
+Data.fs.*


=== Zope3/zserver.zcml 1.5 => 1.6 ===
--- Zope3/zserver.zcml:1.5	Thu Oct  3 09:05:59 2002
+++ Zope3/zserver.zcml	Thu Oct  3 09:14:38 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 = "9080" verbose="true"/>
-    <startup:addServer type = "XML-RPC" port = "9081" verbose="true" />
-    <startup:addServer type = "FTP" port = "9021" />
+    <startup:addServer type = "Browser" port = "8080" verbose="true"/>
+    <startup:addServer type = "XML-RPC" port = "8081" verbose="true" />
+    <startup:addServer type = "FTP" port = "8021" />
 
 
   </startup:defineSite>