Index: lams_tool_lamc/build.xml =================================================================== diff -u -r0b1d9b25bb467095dddfd12e2350a4d261a0306f -r3ea2691d46a8c052eaffe11a355b31f225932ca9 --- lams_tool_lamc/build.xml (.../build.xml) (revision 0b1d9b25bb467095dddfd12e2350a4d261a0306f) +++ lams_tool_lamc/build.xml (.../build.xml) (revision 3ea2691d46a8c052eaffe11a355b31f225932ca9) @@ -373,11 +373,11 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_mc.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_mc.sql" - toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql" - toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql" - toolInsertScriptPath="${db.scripts}/tool_insert.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" + toolLibraryInsertScriptPath="${build.deploy}/sql/library_insert.sql" + toolInsertScriptPath="${build.deploy}/sql/tool_insert.sql" toolApplicationContextPath="/org/lamsfoundation/lams/tool/mc/mcApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}"