Index: lams_tool_example/build.xml =================================================================== diff -u -r6bfe987420fb2770e06815edcd57c0f95c51c90b -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 --- lams_tool_example/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) +++ lams_tool_example/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) @@ -355,6 +355,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" + hideTool="${hideTool}" + toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" 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"