Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.4 -r1.5 --- lams_tool_example/build.xml 5 Apr 2006 03:15:58 -0000 1.4 +++ lams_tool_example/build.xml 14 Apr 2006 06:36:01 -0000 1.5 @@ -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"