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

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Wed Jul 13 03:56:57 EDT 2011


Author: jim.ma
Date: 2011-07-13 03:56:57 -0400 (Wed, 13 Jul 2011)
New Revision: 14685

Modified:
   shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
Log:
Add jboss710 profile

Modified: shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml
===================================================================
--- shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2011-07-13 07:56:05 UTC (rev 14684)
+++ shared-testsuite/trunk/testsuite/src/test/ant-import/build-testsuite.xml	2011-07-13 07:56:57 UTC (rev 14685)
@@ -24,6 +24,9 @@
     <condition property="jboss.home" value="${jboss700.home}">
       <equals arg1="${jbossws.integration.target}" arg2="jboss700"/>
     </condition>
+    <condition property="jboss.home" value="${jboss710.home}">
+      <equals arg1="${jbossws.integration.target}" arg2="jboss710"/>
+    </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