[jboss-cvs] JBossAS SVN: r66231 - branches/JBoss_4_0_3_SP1_CP/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Oct 18 04:38:09 EDT 2007


Author: jaroslaw.kijanowski
Date: 2007-10-18 04:38:09 -0400 (Thu, 18 Oct 2007)
New Revision: 66231

Modified:
   branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml
Log:
fix compatibility matrix by specyfying versions against which client jars are tested

Modified: branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml
===================================================================
--- branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml	2007-10-18 06:56:44 UTC (rev 66230)
+++ branches/JBoss_4_0_3_SP1_CP/testsuite/build.xml	2007-10-18 08:38:09 UTC (rev 66231)
@@ -2766,6 +2766,13 @@
     <target name="tests-standard-unit-matrix" depends="define-matrix-task" if="matrix-versions">
         <matrixtask targetToExecute="tests-standard-unit-matrix-version" directoryProperty="current-version-dir" versionNameProperty="matrix-configuration">
             <dirset dir="${matrix-versions}"/>
+		<include name="4_0_0"/>
+		<include name="4_0_1"/>
+		<include name="4_0_1SP1"/>
+		<include name="4_0_2"/>
+		<include name="4_0_3"/>
+		<include name="4_0_3SP1"/>
+	    </dirset>
         </matrixtask>
     </target>
 




More information about the jboss-cvs-commits mailing list