Index: lams_tool_nb/build.xml =================================================================== diff -u -r992d0d544a920da849e7d1a6b3f2006f816f7d86 -rad683fcaeabe83c702b599c5c866bb7d30cd7191 --- lams_tool_nb/build.xml (.../build.xml) (revision 992d0d544a920da849e7d1a6b3f2006f816f7d86) +++ lams_tool_nb/build.xml (.../build.xml) (revision ad683fcaeabe83c702b599c5c866bb7d30cd7191) @@ -429,12 +429,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_nb.sql" toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_nb.sql" toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql" toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql" toolInsertScriptPath="${db.scripts}/tool_insert.sql" + toolApplicationContextPath="/org/lamsfoundation/lams/tool/noticeboard/applicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war"