Index: lams_tool_forum/build.xml =================================================================== diff -u -r1c31dbd6b844bffd77d86babab9592e8267cc462 -r477b19dd83e2be0e1b3b2493fb4cdbe68a5cddc1 --- lams_tool_forum/build.xml (.../build.xml) (revision 1c31dbd6b844bffd77d86babab9592e8267cc462) +++ lams_tool_forum/build.xml (.../build.xml) (revision 477b19dd83e2be0e1b3b2493fb4cdbe68a5cddc1) @@ -347,12 +347,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_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" + toolApplicationContextPath="/org/lamsfoundation/lams/tool/forum/forumApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war" @@ -449,5 +451,14 @@ + + + + +