Index: lams_tool_survey/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.xml,v diff -u -r1.11 -r1.12 --- lams_tool_survey/build.xml 15 Feb 2007 01:13:03 -0000 1.11 +++ lams_tool_survey/build.xml 15 Feb 2007 04:47:43 -0000 1.12 @@ -332,6 +332,12 @@ + + + + + + @@ -376,7 +382,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_survey.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_survey.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"