Index: lams_tool_forum/build.properties =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.properties,v diff -u -r1.7 -r1.8 --- lams_tool_forum/build.properties 5 Jul 2005 06:55:28 -0000 1.7 +++ lams_tool_forum/build.properties 7 Jul 2005 05:00:37 -0000 1.8 @@ -17,7 +17,7 @@ #appserver.deploy.dir = C:/Program Files/tomcat 4.1/webapps #appserver.deploy.dir = C:/tomcat41/jakarta-tomcat-4.1.31/webapps -db.name = forum +db.name = lams db.driver=com.mysql.jdbc.Driver db.url=jdbc:mysql://localhost/${db.name} db.username=root Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.9 -r1.10 --- lams_tool_forum/build.xml 5 Jul 2005 06:55:28 -0000 1.9 +++ lams_tool_forum/build.xml 7 Jul 2005 05:00:37 -0000 1.10 @@ -192,44 +192,7 @@ destdir="${test.classes.dir}"/> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - +-------------------------------------------+ | run junit tests and save results in /test | @@ -290,6 +253,43 @@ todir="${dist.dir}"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +