[jboss-cvs] JBossAS SVN: r61656 - branches/Branch_4_0/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 24 16:09:55 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-03-24 16:09:55 -0400 (Sat, 24 Mar 2007)
New Revision: 61656

Modified:
   branches/Branch_4_0/testsuite/build.xml
Log:
Resurect imports/server-config.xml, otherwise jboss-dist is undefined

Modified: branches/Branch_4_0/testsuite/build.xml
===================================================================
--- branches/Branch_4_0/testsuite/build.xml	2007-03-24 15:28:22 UTC (rev 61655)
+++ branches/Branch_4_0/testsuite/build.xml	2007-03-24 20:09:55 UTC (rev 61656)
@@ -250,6 +250,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">                                                                                                                     




More information about the jboss-cvs-commits mailing list