Index: lams_tool_example/build.xml =================================================================== diff -u -ra235ec2e0173ec1cdc645a2321500284630ea7f1 -r0b1d9b25bb467095dddfd12e2350a4d261a0306f --- lams_tool_example/build.xml (.../build.xml) (revision a235ec2e0173ec1cdc645a2321500284630ea7f1) +++ lams_tool_example/build.xml (.../build.xml) (revision 0b1d9b25bb467095dddfd12e2350a4d261a0306f) @@ -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"