Index: lams_tool_chat/build.xml =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_chat/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_chat/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_example/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_example/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_forum/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_forum/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_lamc/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_lamc/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_laqa/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_laqa/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_larsrc/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_larsrc/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_nb/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_nb/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_notebook/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_notebook/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_sbmt/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_sbmt/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r80b79caffb24c6e12d0c308ca492bb70751e3415 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_scribe/build.xml (.../build.xml) (revision 80b79caffb24c6e12d0c308ca492bb70751e3415) +++ lams_tool_scribe/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_survey/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_survey/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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 =================================================================== diff -u -r65c938d9c459791dab7f288cfd7fd84bd90bfc81 -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 --- lams_tool_vote/build.xml (.../build.xml) (revision 65c938d9c459791dab7f288cfd7fd84bd90bfc81) +++ lams_tool_vote/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6) @@ -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"