[Zope3-checkins] CVS: Zope3/src/zope/app/process -
schema.xml:1.3.4.1
Fred L. Drake, Jr.
fred at zope.com
Fri Jan 9 17:49:35 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/process
In directory cvs.zope.org:/tmp/cvs-serv30140
Modified Files:
Tag: zope3-zodb3-devel-branch
schema.xml
Log Message:
use the ZODB 3 configuration component
=== Zope3/src/zope/app/process/schema.xml 1.3 => 1.3.4.1 ===
--- Zope3/src/zope/app/process/schema.xml:1.3 Mon Oct 13 17:55:12 2003
+++ Zope3/src/zope/app/process/schema.xml Fri Jan 9 17:49:35 2004
@@ -7,7 +7,7 @@
</description>
<!-- database and storage types -->
- <import package="zodb" />
+ <import package="ZODB" />
<!-- logging configuration -->
<import package="zope.app.process" />
@@ -18,7 +18,7 @@
<key name="verbose" datatype="boolean" />
</sectiontype>
- <section type="zodb.database" name="*" required="yes"
+ <section type="ZODB.database" name="*" required="yes"
attribute="database">
<description>
The main application database that should be used.
More information about the Zope3-Checkins
mailing list