Index: lams_tool_forum/build.xml =================================================================== diff -u -r706f192d9bc7b29e30adfb11a4e0a9251e5ded2b -r3ea2691d46a8c052eaffe11a355b31f225932ca9 --- lams_tool_forum/build.xml (.../build.xml) (revision 706f192d9bc7b29e30adfb11a4e0a9251e5ded2b) +++ lams_tool_forum/build.xml (.../build.xml) (revision 3ea2691d46a8c052eaffe11a355b31f225932ca9) @@ -369,11 +369,11 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_forum.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_forum.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/forum/forumApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}"