[riftsaw-commits] riftsaw SVN: r994 - branches/RiftSaw-2.1.x/qa.

riftsaw-commits at lists.jboss.org riftsaw-commits at lists.jboss.org
Tue Sep 28 21:01:42 EDT 2010


Author: jeff.yuchang
Date: 2010-09-28 21:01:41 -0400 (Tue, 28 Sep 2010)
New Revision: 994

Modified:
   branches/RiftSaw-2.1.x/qa/build.xml
Log:
* oopps.. continue fixing.


Modified: branches/RiftSaw-2.1.x/qa/build.xml
===================================================================
--- branches/RiftSaw-2.1.x/qa/build.xml	2010-09-29 00:47:07 UTC (rev 993)
+++ branches/RiftSaw-2.1.x/qa/build.xml	2010-09-29 01:01:41 UTC (rev 994)
@@ -66,7 +66,7 @@
   </condition>
 
   <condition property="is.db2">
-	<equals arg1="db2" arg="${database}" />
+	<equals arg1="db2" arg2="${database}" />
   </condition>
 
   <condition property="is.replace.qa.jdbc">



More information about the riftsaw-commits mailing list