Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.50 -r1.51 --- lams_tool_forum/build.xml 15 Feb 2007 01:13:03 -0000 1.50 +++ lams_tool_forum/build.xml 15 Feb 2007 04:47:45 -0000 1.51 @@ -334,6 +334,12 @@ + + + + + + @@ -378,7 +384,7 @@ toolVersion="${tool.version}" hideTool="${hideTool}" minServerVersionNumber="${min.server.version.number}" - toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" + toolUpdateScriptPath="${build.deploy}/sql/updatescripts/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"