[jboss-cvs] JBossAS SVN: r61478 - branches/Branch_4_2/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 21:50:01 EDT 2007


Author: ryan.campbell at jboss.com
Date: 2007-03-19 21:50:00 -0400 (Mon, 19 Mar 2007)
New Revision: 61478

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
fix the testsuite build, thanks to adrian.

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-03-20 01:42:28 UTC (rev 61477)
+++ branches/Branch_4_2/testsuite/build.xml	2007-03-20 01:50:00 UTC (rev 61478)
@@ -239,6 +239,9 @@
     <path refid="thirdparty.classpath"/>
   </path>
 
+  <!-- Import the jboss server run targets -->
+  <import file="imports/server-config.xml"/>
+
   <!-- Classpath to run the tests -->
   <path id="tests.classpath">
     <fileset dir="${jboss.dist}/client">
@@ -426,8 +429,6 @@
   <!-- Import the test jars build targets -->
   <import file="imports/test-jars.xml"/>
 
-  <!-- Import the jboss server run targets -->
-  <import file="imports/server-config.xml"/>
   <!-- Propagate the dist directory as a jbosstest system property -->
   <property name="jbosstest.dist" value="${jboss.dist}"/>
 




More information about the jboss-cvs-commits mailing list