From b930d63621418e51c36ca522f7ddeb4e5a1c607f Mon Sep 17 00:00:00 2001 From: hns Date: Tue, 16 Jul 2002 13:41:35 +0000 Subject: [PATCH] switch from hsqldb to mckoidb data source. --- build/antclick/apps/antville/db.properties | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/build/antclick/apps/antville/db.properties b/build/antclick/apps/antville/db.properties index 497b485a..a8df91c1 100644 --- a/build/antclick/apps/antville/db.properties +++ b/build/antclick/apps/antville/db.properties @@ -1,6 +1,5 @@ -# Properties of antville datasource for hsqldb connection - -antville.url=jdbc:hsqldb:db/antville -antville.driver=org.hsqldb.jdbcDriver -antville.user=sa -antville.password= +# Properties of antville datasource +antville.url=jdbc:mckoi:local://./db.conf +antville.driver=com.mckoi.JDBCDriver +antville.user=admin +antville.password=entwil