[Zope-CVS] CVS: Products/Ape - README.txt:1.4 dbtab.conf:1.4
Shane Hathaway
shane@zope.com
Wed, 9 Jul 2003 11:40:24 -0400
Update of /cvs-repository/Products/Ape
In directory cvs.zope.org:/tmp/cvs-serv4933
Modified Files:
README.txt dbtab.conf
Log Message:
Merged ape-newconf-branch. Mappers are now configured using XML.
=== Products/Ape/README.txt 1.3 => 1.4 ===
--- Products/Ape/README.txt:1.3 Mon Apr 21 13:29:37 2003
+++ Products/Ape/README.txt Wed Jul 9 11:39:45 2003
@@ -53,7 +53,7 @@
[Storage: PostgreSQL]
type=apelib.zodb3.storage.ApeStorage
-factory=apelib.zope2.sqlmapper.createMapper
+factory=apelib.zope2.mapper.createSQLMapper
module_name=psycopg
params=
@@ -76,7 +76,7 @@
[Storage: MySQL]
type=apelib.zodb3.storage.ApeStorage
-factory=apelib.zope2.sqlmapper.createMapper
+factory=apelib.zope2.mapper.createSQLMapper
module_name=MySQLdb
kwparams=db:ape
=== Products/Ape/dbtab.conf 1.3 => 1.4 ===
--- Products/Ape/dbtab.conf:1.3 Mon Apr 21 13:29:37 2003
+++ Products/Ape/dbtab.conf Wed Jul 9 11:39:45 2003
@@ -10,7 +10,7 @@
[Storage: FS]
type=apelib.zodb3.storage.ApeStorage
-factory=apelib.zope2.fsmapper.createMapper
+factory=apelib.zope2.mapper.createFSMapper
basepath=%(CLIENT_HOME)s/mnt
[Database: FS]