Index: lams_tool_forum/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v diff -u -r1.6 -r1.7 --- lams_tool_forum/build.properties 5 Jul 2005 06:03:56 -0000 1.6 +++ lams_tool_forum/build.properties 5 Jul 2005 06:55:28 -0000 1.7 @@ -17,10 +17,9 @@ #appserver.deploy.dir = C:/Program Files/tomcat 4.1/webapps #appserver.deploy.dir = C:/tomcat41/jakarta-tomcat-4.1.31/webapps -lib.dir=${basedir}/lib db.name = forum db.driver=com.mysql.jdbc.Driver -db.url=jdbc:mysql://localhost/${db.name}?characterEncoding=utf8 +db.url=jdbc:mysql://localhost/${db.name} db.username=root db.password=root -db.scripts=/db/sql +db.scripts=${basedir}/db/sql