Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.8 -r1.9 --- lams_tool_example/build.xml 13 Feb 2007 00:53:05 -0000 1.8 +++ lams_tool_example/build.xml 13 Feb 2007 00:57:55 -0000 1.9 @@ -347,6 +347,7 @@ deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" toolJarFileName="${product}.jar" toolSignature="${signature}" + toolVersion="${tool.version}" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_example.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"