Index: lams_tool_chat/build.xml =================================================================== diff -u -r3ea2691d46a8c052eaffe11a355b31f225932ca9 -r963a9b187641f8ea05649f68807b696e80943eca --- lams_tool_chat/build.xml (.../build.xml) (revision 3ea2691d46a8c052eaffe11a355b31f225932ca9) +++ lams_tool_chat/build.xml (.../build.xml) (revision 963a9b187641f8ea05649f68807b696e80943eca) @@ -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}"