Index: lams_tool_larsrc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.xml,v diff -u -r1.18 -r1.19 --- lams_tool_larsrc/build.xml 14 Feb 2007 02:05:32 -0000 1.18 +++ lams_tool_larsrc/build.xml 15 Feb 2007 00:16:51 -0000 1.19 @@ -383,6 +383,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_rsrc.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_rsrc.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"