[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.6
Fred L. Drake, Jr.
fred@zope.com
Mon, 24 Mar 2003 17:33:11 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv25455/Zope/Startup
Modified Files:
zopeschema.xml
Log Message:
Use dotted names for abstract types in ZConfig schema components.
=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.5 => 1.6 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.5 Thu Mar 20 18:13:00 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml Mon Mar 24 17:32:40 2003
@@ -15,7 +15,7 @@
provides the loghandler type used here.
</description>
<key name="level" datatype="zLOG.datatypes.logging_level" default="info"/>
- <multisection type="loghandler" attribute="handlers" name="*"
+ <multisection type="zLOG.loghandler" attribute="handlers" name="*"
required="yes"/>
</sectiontype>
@@ -253,7 +253,7 @@
<section type="logger" name="trace"/>
- <multisection type="server" name="*" attribute="servers"/>
+ <multisection type="ZServer.server" name="*" attribute="servers"/>
<key name="port-base" datatype="integer" default="0">
<description>
Base port number that gets added to the specific port numbers
@@ -261,7 +261,7 @@
</description>
</key>
- <multisection type="database" name="*" attribute="databases"/>
+ <multisection type="ZODB.database" name="*" attribute="databases"/>
<section type="zoperunner" name="*" attribute="runner"/>