[jbossws-commits] JBossWS SVN: r4929 - framework/trunk/src/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Oct 30 05:12:29 EDT 2007


Author: heiko.braun at jboss.com
Date: 2007-10-30 05:12:29 -0400 (Tue, 30 Oct 2007)
New Revision: 4929

Modified:
   framework/trunk/src/test/ant-import/build-testsuite.xml
Log:
jboss-423 build target

Modified: framework/trunk/src/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/src/test/ant-import/build-testsuite.xml	2007-10-29 21:10:36 UTC (rev 4928)
+++ framework/trunk/src/test/ant-import/build-testsuite.xml	2007-10-30 09:12:29 UTC (rev 4929)
@@ -23,6 +23,9 @@
   <condition property="jboss.home" value="${jboss422.home}">
     <equals arg1="${jbossws.integration.target}" arg2="jboss422"/>
   </condition>
+  <condition property="jboss.home" value="${jboss423.home}">
+    <equals arg1="${jbossws.integration.target}" arg2="jboss423"/>
+  </condition>
   <condition property="jboss.home" value="${jboss500.home}">
     <equals arg1="${jbossws.integration.target}" arg2="jboss500"/>
   </condition>




More information about the jbossws-commits mailing list