Index: lams_tool_example/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_example/build.xml,v diff -u -r1.2 -r1.3 --- lams_tool_example/build.xml 22 Mar 2006 02:12:43 -0000 1.2 +++ lams_tool_example/build.xml 27 Mar 2006 22:22:46 -0000 1.3 @@ -96,11 +96,6 @@ - - - - - @@ -298,7 +293,7 @@ - + @@ -322,8 +317,8 @@ - - + + @@ -342,18 +337,20 @@ dbDriverClass="com.mysql.jdbc.Driver" deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" toolSignature="${signature}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_example.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_example.sql" - toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql" - toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql" - toolInsertScriptPath="${db.scripts}/tool_insert.sql" + 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" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" - toolWebUri="${product}.war"> + toolWebUri="${product}.war" + languageFilesPackage="org.lamsfoundation.lams.tool.example"> - + +