[jbossws-commits] JBossWS SVN: r15932 - shared-testsuite/trunk/testsuite/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Mar 13 09:51:16 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-03-13 09:51:15 -0400 (Tue, 13 Mar 2012)
New Revision: 15932

Modified:
   shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Adding jboss712 target container


Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-03-13 13:28:12 UTC (rev 15931)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2012-03-13 13:51:15 UTC (rev 15932)
@@ -43,6 +43,9 @@
     <condition property="jboss.home" value="${jboss711.home}">
       <equals arg1="${jbossws.integration.target}" arg2="jboss711"/>
     </condition>
+    <condition property="jboss.home" value="${jboss712.home}">
+      <equals arg1="${jbossws.integration.target}" arg2="jboss712"/>
+    </condition>
     
     <!-- Verify required properties that must be set before this file is imported -->
     <fail message="Tests output dir not set." unless="tests.output.dir"/>



More information about the jbossws-commits mailing list