Author: heiko.braun(a)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>