[riftsaw-commits] riftsaw SVN: r1002 - trunk/qa.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Thu Sep 30 23:56:54 EDT 2010


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"



More information about the riftsaw-commits mailing list