Index: lams_tool_chat/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_chat/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_chat/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -361,6 +361,12 @@
+
+
+
+
+
+
@@ -405,7 +411,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_chat.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_example/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_example/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_example/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -306,13 +306,19 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -357,7 +363,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_example.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_forum/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_forum/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_forum/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -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"
Index: lams_tool_lamc/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_lamc/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_lamc/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -331,13 +331,19 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -382,7 +388,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_mc.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_mc.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_laqa/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_laqa/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_laqa/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -324,13 +324,19 @@
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -375,7 +381,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_qa.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_qa.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_larsrc/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_larsrc/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_larsrc/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -342,6 +342,12 @@
+
+
+
+
+
+
@@ -385,7 +391,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_rsrc.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_rsrc.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_nb/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_nb/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_nb/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -414,6 +414,12 @@
+
+
+
+
+
+
@@ -458,7 +464,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_nb.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_nb.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_notebook/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_notebook/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_notebook/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -361,6 +361,12 @@
+
+
+
+
+
+
Index: lams_tool_sbmt/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_sbmt/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_sbmt/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -361,6 +361,12 @@
+
+
+
+
+
+
@@ -405,7 +411,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_sbmt.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_sbmt.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"
Index: lams_tool_survey/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_survey/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_survey/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -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"
Index: lams_tool_vote/build.xml
===================================================================
diff -u -r7f5d2061bf4ed8dd80d8e045ff625645ca59efc6 -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215
--- lams_tool_vote/build.xml (.../build.xml) (revision 7f5d2061bf4ed8dd80d8e045ff625645ca59efc6)
+++ lams_tool_vote/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215)
@@ -366,6 +366,12 @@
+
+
+
+
+
+
@@ -410,7 +416,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_vote.sql"
toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_vote.sql"
toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql"