[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.2.2.2
Fred L. Drake, Jr.
fred@zope.com
Wed, 5 Feb 2003 18:29:05 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv16980
Modified Files:
Tag: new-install-branch
zopeschema.xml
Log Message:
Import the ZServer section types from the ZServer component.
=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.2.2.1 => 1.2.2.2 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.2.2.1 Thu Jan 30 14:37:55 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml Wed Feb 5 18:29:03 2003
@@ -4,48 +4,7 @@
<import package="zLOG"/>
<import package="ZODB"/>
-
-
- <abstracttype name="server"/>
-
- <sectiontype name="http-server"
- implements="server">
- <multikey name="port" attribute="ports" datatype="inet-address"/>
- <key name="force-connection-close" datatype="boolean" default="off"/>
- </sectiontype>
-
- <sectiontype name="ftp-server"
- implements="server">
- <multikey name="port" attribute="ports" datatype="inet-address"/>
- </sectiontype>
-
- <sectiontype name="webdav-source-server"
- implements="server">
- <multikey name="port" attribute="ports" datatype="inet-address"/>
- <key name="force-connection-close" datatype="boolean" default="off"/>
- </sectiontype>
-
- <sectiontype name="pcgi-server"
- implements="server">
- <key name="file" datatype="existing-file"/>
- </sectiontype>
-
- <sectiontype name="fcgi-server"
- implements="server">
- <key name="port" datatype="inet-address"/>
- <key name="file" datatype="existing-dirpath"/>
- </sectiontype>
-
- <sectiontype name="monitor-server"
- implements="server">
- <multikey name="port" attribute="ports" datatype="inet-address"/>
- </sectiontype>
-
- <sectiontype name="icp-server"
- implements="server">
- <multikey name="port" attribute="ports" datatype="inet-address"/>
- </sectiontype>
-
+ <import package="ZServer"/>
<sectiontype name="logger" datatype=".logger">
<description>