Index: lams_tool_notebook/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/build.xml,v diff -u -r1.3 -r1.3.2.1 --- lams_tool_notebook/build.xml 28 Sep 2006 23:31:51 -0000 1.3 +++ lams_tool_notebook/build.xml 12 Mar 2007 05:14:24 -0000 1.3.2.1 @@ -81,9 +81,11 @@ + + @@ -350,7 +352,21 @@ + + + + + + + + + + + + + + @@ -372,6 +388,13 @@ + + + + + + + @@ -384,14 +407,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_notebook.sql" - toolTablesDeleteScriptPath="${db.scripts}/drop_lams_tool_notebook.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/updateTo${tool.version}.sql" + toolTablesScriptPath="${build.deploy}/sql/create_lams_tool_notebook.sql" + toolTablesDeleteScriptPath="${build.deploy}/sql/drop_lams_tool_notebook.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/notebook/notebookApplicationContext.xml" lamsEarPath="${jboss.deploy}" toolContext="${toolContext}" toolWebUri="${product}.war" @@ -407,7 +434,7 @@ - + @@ -423,6 +450,10 @@ + + +