[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup - zopeschema.xml:1.1.2.2
Chris McDonough
chrism@zope.com
Sun, 5 Jan 2003 01:55:19 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup
In directory cvs.zope.org:/tmp/cvs-serv29429
Modified Files:
Tag: chrism-install-branch
zopeschema.xml
Log Message:
Associate homes with handlers.
=== Zope/lib/python/Zope/Startup/zopeschema.xml 1.1.2.1 => 1.1.2.2 ===
--- Zope/lib/python/Zope/Startup/zopeschema.xml:1.1.2.1 Sat Jan 4 23:01:37 2003
+++ Zope/lib/python/Zope/Startup/zopeschema.xml Sun Jan 5 01:55:17 2003
@@ -155,14 +155,16 @@
<!-- schema begins -->
<key name="instance_home" datatype="existing-directory"
- required="yes"/>
+ required="yes" handler="instance_home"/>
<key name="software_home" datatype="existing-directory"
- required="yes"/>
+ required="yes" handler="software_home"/>
- <key name="zope_home" datatype="existing-directory"/>
+ <key name="zope_home" datatype="existing-directory"
+ handler="zope_home"/>
- <key name="client_home" datatype="existing-directory"/>
+ <key name="client_home" datatype="existing-directory"
+ handler="client_home"/>
<key name="pid_filename" datatype="existing-dirpath"/>