Index: lams_tool_lamc/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_lamc/build.xml,v diff -u -r1.33 -r1.33.4.1 --- lams_tool_lamc/build.xml 26 Oct 2006 01:00:38 -0000 1.33 +++ lams_tool_lamc/build.xml 12 Mar 2007 05:09:47 -0000 1.33.4.1 @@ -114,22 +114,15 @@ - + + + - - - - - - - - - - + @@ -327,9 +320,23 @@ - + + + + + + + + + + + + + + + @@ -348,6 +355,13 @@ + + + + + + + @@ -361,14 +375,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_mc.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_mc.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_mc.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_mc.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/mc/mcApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" @@ -384,9 +402,7 @@ - - + @@ -405,6 +421,10 @@ + + +