Author: jeff.yuchang
Date: 2010-09-30 23:56:53 -0400 (Thu, 30 Sep 2010)
New Revision: 1002
Modified:
trunk/qa/build.xml
Log:
* fix the variable typo.
Modified: trunk/qa/build.xml
===================================================================
--- trunk/qa/build.xml 2010-10-01 03:48:15 UTC (rev 1001)
+++ trunk/qa/build.xml 2010-10-01 03:56:53 UTC (rev 1002)
@@ -167,7 +167,7 @@
if="is.db2"
description="Download db2 jdbc driver">
<mkdir dir="../distribution/target/libs"/>
- <get dest="../distribution/target/libs/db2jcc.jar"
src="${db2jdbc.url}"/>
+ <get dest="../distribution/target/libs/db2jcc.jar"
src="${db2driver.url}"/>
</target>
<target name="get.soa-p"
Show replies by date