Index: lams_tool_chat/build.xml =================================================================== diff -u -r8d5c540b1da67b18a80b3145c81c1ce04c2c17b2 -rad683fcaeabe83c702b599c5c866bb7d30cd7191 --- lams_tool_chat/build.xml (.../build.xml) (revision 8d5c540b1da67b18a80b3145c81c1ce04c2c17b2) +++ lams_tool_chat/build.xml (.../build.xml) (revision ad683fcaeabe83c702b599c5c866bb7d30cd7191) @@ -337,12 +337,14 @@ dbDriverUrl="${db.url}" dbDriverClass="com.mysql.jdbc.Driver" deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" + toolJarFileName="${product}.jar" toolSignature="${signature}" 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" + toolApplicationContextPath="/org/lamsfoundation/lams/tool/chat/chatApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war" languageFilesPackage="org.lamsfoundation.lams.tool.chat">