Index: lams_tool_example/build.xml =================================================================== diff -u -rbb753a6fb63b04b00f1bf56e369a5474177c9ada -rad683fcaeabe83c702b599c5c866bb7d30cd7191 --- lams_tool_example/build.xml (.../build.xml) (revision bb753a6fb63b04b00f1bf56e369a5474177c9ada) +++ lams_tool_example/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="${build.deploy}/sql/create_lams_tool_example.sql" toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_example.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/example/applicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war"