Index: lams_tool_chat/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_chat/build.xml,v diff -u -r1.18 -r1.19 --- lams_tool_chat/build.xml 15 Feb 2007 00:16:53 -0000 1.18 +++ lams_tool_chat/build.xml 15 Feb 2007 01:13:00 -0000 1.19 @@ -404,6 +404,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" 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" Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.13 -r1.14 --- lams_tool_example/build.xml 15 Feb 2007 00:16:54 -0000 1.13 +++ lams_tool_example/build.xml 15 Feb 2007 01:13:18 -0000 1.14 @@ -356,6 +356,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_example.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.sql" Index: lams_tool_forum/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_forum/build.xml,v diff -u -r1.49 -r1.50 --- lams_tool_forum/build.xml 15 Feb 2007 00:16:56 -0000 1.49 +++ lams_tool_forum/build.xml 15 Feb 2007 01:13:03 -0000 1.50 @@ -377,6 +377,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" 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" Index: lams_tool_lamc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.xml,v diff -u -r1.39 -r1.40 --- lams_tool_lamc/build.xml 15 Feb 2007 00:16:53 -0000 1.39 +++ lams_tool_lamc/build.xml 15 Feb 2007 01:13:01 -0000 1.40 @@ -381,6 +381,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_mc.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_mc.sql" Index: lams_tool_laqa/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_laqa/build.xml,v diff -u -r1.39 -r1.40 --- lams_tool_laqa/build.xml 15 Feb 2007 00:16:57 -0000 1.39 +++ lams_tool_laqa/build.xml 15 Feb 2007 01:13:04 -0000 1.40 @@ -374,6 +374,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_qa.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_qa.sql" Index: lams_tool_larsrc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/build.xml,v diff -u -r1.19 -r1.20 --- lams_tool_larsrc/build.xml 15 Feb 2007 00:16:51 -0000 1.19 +++ lams_tool_larsrc/build.xml 15 Feb 2007 01:12:58 -0000 1.20 @@ -384,6 +384,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" 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" Index: lams_tool_nb/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_nb/build.xml,v diff -u -r1.35 -r1.36 --- lams_tool_nb/build.xml 15 Feb 2007 00:16:52 -0000 1.35 +++ lams_tool_nb/build.xml 15 Feb 2007 01:12:59 -0000 1.36 @@ -457,6 +457,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_nb.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_nb.sql" Index: lams_tool_notebook/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/build.xml,v diff -u -r1.9 -r1.10 --- lams_tool_notebook/build.xml 15 Feb 2007 00:16:54 -0000 1.9 +++ lams_tool_notebook/build.xml 15 Feb 2007 01:13:01 -0000 1.10 @@ -404,6 +404,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_notebook.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_notebook.sql" Index: lams_tool_sbmt/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v diff -u -r1.42 -r1.43 --- lams_tool_sbmt/build.xml 15 Feb 2007 00:16:55 -0000 1.42 +++ lams_tool_sbmt/build.xml 15 Feb 2007 01:13:02 -0000 1.43 @@ -404,6 +404,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_sbmt.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_sbmt.sql" Index: lams_tool_scribe/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_scribe/build.xml,v diff -u -r1.9 -r1.10 --- lams_tool_scribe/build.xml 14 Feb 2007 23:42:26 -0000 1.9 +++ lams_tool_scribe/build.xml 15 Feb 2007 01:12:59 -0000 1.10 @@ -404,6 +404,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_scribe.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_scribe.sql" Index: lams_tool_survey/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.xml,v diff -u -r1.10 -r1.11 --- lams_tool_survey/build.xml 15 Feb 2007 00:16:56 -0000 1.10 +++ lams_tool_survey/build.xml 15 Feb 2007 01:13:03 -0000 1.11 @@ -375,6 +375,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_survey.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_survey.sql" Index: lams_tool_vote/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_vote/build.xml,v diff -u -r1.15 -r1.16 --- lams_tool_vote/build.xml 15 Feb 2007 00:16:55 -0000 1.15 +++ lams_tool_vote/build.xml 15 Feb 2007 01:13:02 -0000 1.16 @@ -409,6 +409,7 @@ toolSignature="${signature}" toolVersion="${tool.version}" hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" toolUpdateScriptPath="${build.deploy}/sql/updateTo${tool.version}.sql" toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_vote.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_vote.sql"