Index: lams_tool_sbmt/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_sbmt/build.xml,v diff -u -r1.36 -r1.36.2.1 --- lams_tool_sbmt/build.xml 13 Dec 2006 06:28:49 -0000 1.36 +++ lams_tool_sbmt/build.xml 12 Mar 2007 05:14:17 -0000 1.36.2.1 @@ -102,7 +102,7 @@ + depends="init,fail-if-no-xdoclet-1.2.x,check-driver-present,panic-if-driver-not-present"> - + + + - - - - - - - - - - + @@ -350,9 +343,23 @@ - + + + + + + + + + + + + + + + @@ -371,6 +378,13 @@ + + + + + + + @@ -384,14 +398,18 @@ dbUsername="${db.username}" dbDriverUrl="${db.url}" dbDriverClass="${db.driver}" - deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" + deployFiles="${build.deploy}/${product}.war,${build.deploy}/${product}.jar" toolJarFileName="${product}.jar" toolSignature="${signature}" - 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" + toolVersion="${tool.version}" + hideTool="${hideTool}" + minServerVersionNumber="${min.server.version.number}" + toolUpdateScriptPath="${build.deploy}/sql/updatescripts/updateTo${tool.version}.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_sbmt.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_sbmt.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/sbmt/submitFilesApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" @@ -408,9 +426,7 @@ - - + @@ -428,6 +444,11 @@ + + + +