Index: lams_tool_sbmt/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v diff -u -r1.13 -r1.14 --- lams_tool_sbmt/build.xml 1 Aug 2005 01:27:28 -0000 1.13 +++ lams_tool_sbmt/build.xml 23 Aug 2005 01:52:06 -0000 1.14 @@ -24,7 +24,7 @@ - + @@ -93,7 +93,7 @@ - + @@ -368,11 +368,11 @@ dbDriverClass="${db.driver}" deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" toolSignature="${signature}" - toolTablesDeleteScriptPath="${sql}/drop_lams_tool_sbmt.sql" - toolTablesScriptPath="${sql}/create_lams_tool_sbmt.sql" - toolActivityInsertScriptPath="${sql}/activity_insert.sql" - toolLibraryInsertScriptPath="${sql}/library_insert.sql" - toolInsertScriptPath="${sql}/tool_insert.sql" + toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_sbmt.sql" + toolTablesScriptPath="${db.scripts}/create_lams_tool_sbmt.sql" + toolActivityInsertScriptPath="${db.scripts}/activity_insert.sql" + toolLibraryInsertScriptPath="${db.scripts}/library_insert.sql" + toolInsertScriptPath="${db.scripts}/tool_insert.sql" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war"