Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.13 -r1.14 --- lams_tool_chat/build.xml 9 Feb 2007 01:21:27 -0000 1.13 +++ lams_tool_chat/build.xml 13 Feb 2007 00:48:21 -0000 1.14 @@ -350,9 +350,17 @@ - + + + + + + + + + @@ -386,7 +394,8 @@ dbDriverClass="com.mysql.jdbc.Driver" deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" toolJarFileName="${product}.jar" - toolSignature="${signature}" + toolSignature="${signature}" + toolVersion="${tool.version}" toolTablesScriptPath="${db.scripts}/create_lams_tool_chat.sql" toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_chat.sql" toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql"