Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.17 -r1.18 --- lams_tool_chat/build.xml 13 Feb 2007 05:42:36 -0000 1.17 +++ lams_tool_chat/build.xml 15 Feb 2007 00:16:53 -0000 1.18 @@ -403,6 +403,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_chat.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"