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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Oct 2 15:04:57 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-10-02 15:04:57 -0400 (Tue, 02 Oct 2007)
New Revision: 65768

Modified:
   branches/Branch_4_2/testsuite/imports/server-config.xml
Log:
Use tests.classpath  instead of tests.compile.classpath

Modified: branches/Branch_4_2/testsuite/imports/server-config.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/server-config.xml	2007-10-02 18:02:46 UTC (rev 65767)
+++ branches/Branch_4_2/testsuite/imports/server-config.xml	2007-10-02 19:04:57 UTC (rev 65768)
@@ -686,7 +686,7 @@
                <pathelement location="${build.resources}"/>
                <!-- This may need to be externalized -->
                <pathelement location="${build.resources}/security"/>
-               <path refid="tests.compile.classpath"/>
+               <path refid="tests.classpath"/>
             </classpath>
 
             <formatter classname="org.jboss.ant.taskdefs.XMLJUnitMultipleResultFormatter"




More information about the jboss-cvs-commits mailing list