Index: lams_build/deploy-tool/lib/lams-tool-deploy.jar =================================================================== diff -u -r3a8216a0f97d66b941870386f80f9288f2a4c4dc -r6bfe987420fb2770e06815edcd57c0f95c51c90b Binary files differ Index: lams_tool_example/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_example/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_example/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -355,8 +355,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_forum/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_forum/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_forum/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -376,8 +376,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_lamc/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_lamc/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_lamc/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -380,8 +380,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_laqa/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_laqa/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_laqa/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -373,8 +373,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_larsrc/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_larsrc/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_larsrc/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -326,8 +326,8 @@ - - + + @@ -383,8 +383,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_nb/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_nb/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_nb/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -456,8 +456,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_notebook/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_notebook/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_notebook/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -403,8 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_notebook.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_notebook.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_sbmt/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_sbmt/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_sbmt/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -403,8 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_scribe/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_scribe/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_scribe/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -403,8 +403,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_scribe.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_scribe.sql" toolActivityInsertScriptPath="${build.deploy}/sql/activity_insert.sql" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_survey/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_survey/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_survey/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -317,8 +317,8 @@ - - + + @@ -374,8 +374,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" Index: lams_tool_vote/build.xml =================================================================== diff -u -r7b3e2f4b13be0f1afe1176276929b98a1f22910d -r6bfe987420fb2770e06815edcd57c0f95c51c90b --- lams_tool_vote/build.xml (.../build.xml) (revision 7b3e2f4b13be0f1afe1176276929b98a1f22910d) +++ lams_tool_vote/build.xml (.../build.xml) (revision 6bfe987420fb2770e06815edcd57c0f95c51c90b) @@ -408,8 +408,8 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_chat.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" toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql"