Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.48 -r1.49 --- lams_tool_forum/build.xml 14 Feb 2007 02:05:31 -0000 1.48 +++ lams_tool_forum/build.xml 15 Feb 2007 00:16:56 -0000 1.49 @@ -376,6 +376,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_forum.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_forum.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"