Index: lams_tool_example/build.xml =================================================================== diff -u -rf124bb5b1ed07b1d5dca8e235453d8d1035a6215 -r09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a --- lams_tool_example/build.xml (.../build.xml) (revision f124bb5b1ed07b1d5dca8e235453d8d1035a6215) +++ lams_tool_example/build.xml (.../build.xml) (revision 09e1ed92cb07d7de4564f9dd3a0b4465d8c94e8a) @@ -118,20 +118,20 @@ - - + - - + @@ -285,14 +285,17 @@ - - - - - + + + + + + + + - + @@ -326,12 +329,6 @@ - - - - - - @@ -355,7 +352,7 @@ outputPath="${build.deploy}" dbPassword="${db.password}" dbUsername="${db.username}" - dbDriverUrl="${db.url}" + dbDriverUrl="${db.url.build}" dbDriverClass="com.mysql.jdbc.Driver" deployFiles="${build.deploy}/${product}.war,${build.deploy}/${product}.jar" toolJarFileName="${product}.jar" @@ -387,10 +384,13 @@ - - + + - + + + + Deploying the Example Tool