Index: lams_tool_notebook/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_tool_notebook/build.xml,v diff -u -r1.6 -r1.7 --- lams_tool_notebook/build.xml 13 Feb 2007 05:27:14 -0000 1.6 +++ lams_tool_notebook/build.xml 13 Feb 2007 06:26:31 -0000 1.7 @@ -380,6 +380,13 @@ + + + + + + + @@ -392,7 +399,7 @@ 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}" toolVersion="${tool.version}"