Index: lams_tool_survey/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_survey/build.xml,v diff -u -r1.4 -r1.4.2.1 --- lams_tool_survey/build.xml 28 Sep 2006 23:38:36 -0000 1.4 +++ lams_tool_survey/build.xml 12 Mar 2007 05:16:55 -0000 1.4.2.1 @@ -317,13 +317,27 @@ - - + + - + + + + + + + + + + + + + + + @@ -336,6 +350,13 @@ + + + + + + + @@ -355,14 +376,18 @@ dbUsername="${db.username}" dbDriverUrl="${db.url}" dbDriverClass="com.mysql.jdbc.Driver" - deployFiles="${build.lib}/${product}.war,${build.lib}/${product}.jar" + deployFiles="${build.deploy}/${product}.war,${build.deploy}/${product}.jar" toolJarFileName="${product}.jar" toolSignature="${signature}" - toolTablesScriptPath="${db.scripts}/create_lams_tool_survey.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_survey.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_survey.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_survey.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/survey/surveyApplicationContext.xml" lamsEarPath="${jboss.deploy}" @@ -381,8 +406,7 @@ - + @@ -401,6 +425,10 @@ + + +