[jboss-cvs] JBossAS SVN: r107863 - branches/infinispan-int/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 27 14:27:16 EDT 2010


Author: pferraro
Date: 2010-08-27 14:27:16 -0400 (Fri, 27 Aug 2010)
New Revision: 107863

Modified:
   branches/infinispan-int/testsuite/build.xml
Log:
Any reason not to allow ant 1.8?

Modified: branches/infinispan-int/testsuite/build.xml
===================================================================
--- branches/infinispan-int/testsuite/build.xml	2010-08-27 17:55:50 UTC (rev 107862)
+++ branches/infinispan-int/testsuite/build.xml	2010-08-27 18:27:16 UTC (rev 107863)
@@ -47,6 +47,7 @@
    <!-- Make sure we have the right version of Ant -->
    <property name="ant16.baseversion" value="1.6"/>
    <property name="ant17.baseversion" value="1.7"/>
+   <property name="ant18.baseversion" value="1.8"/>
 
    <!--
       | Add new conditions for other supported Ant versions when they
@@ -59,6 +60,8 @@
              substring="Ant version ${ant16.baseversion}"/>
        <contains string="${ant.version}"
              substring="Ant version ${ant17.baseversion}"/>
+       <contains string="${ant.version}"
+             substring="Ant version ${ant18.baseversion}"/>
      </or>
    </condition>
 



More information about the jboss-cvs-commits mailing list