Index: lams_tool_chat/build.xml =================================================================== diff -u -radabcf8f424f2ae21983daa7c691d4225dac912f -r3ea2691d46a8c052eaffe11a355b31f225932ca9 --- lams_tool_chat/build.xml (.../build.xml) (revision adabcf8f424f2ae21983daa7c691d4225dac912f) +++ lams_tool_chat/build.xml (.../build.xml) (revision 3ea2691d46a8c052eaffe11a355b31f225932ca9) @@ -396,11 +396,11 @@ toolJarFileName="${product}.jar" toolSignature="${signature}" toolVersion="${tool.version}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_chat.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_chat.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/chat/chatApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war" Index: lams_tool_example/build.xml =================================================================== diff -u -r0b1d9b25bb467095dddfd12e2350a4d261a0306f -r3ea2691d46a8c052eaffe11a355b31f225932ca9 --- lams_tool_example/build.xml (.../build.xml) (revision 0b1d9b25bb467095dddfd12e2350a4d261a0306f) +++ lams_tool_example/build.xml (.../build.xml) (revision 3ea2691d46a8c052eaffe11a355b31f225932ca9) @@ -1,4 +1,4 @@ - +f