From c4ff262a1d4a9b242c8ce9251a302848118166bc Mon Sep 17 00:00:00 2001 From: p3k Date: Wed, 15 May 2002 12:27:00 +0000 Subject: [PATCH] now using relative path to hsqldb files --- build/antclick/apps/antville/db.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/antclick/apps/antville/db.properties b/build/antclick/apps/antville/db.properties index 1fdf955c..497b485a 100644 --- a/build/antclick/apps/antville/db.properties +++ b/build/antclick/apps/antville/db.properties @@ -1,6 +1,6 @@ # Properties of antville datasource for hsqldb connection -antville.url=jdbc:hsqldb://path/to/db/antville +antville.url=jdbc:hsqldb:db/antville antville.driver=org.hsqldb.jdbcDriver antville.user=sa antville.password=