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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Feb 15 14:15:22 EST 2007


Author: dimitris at jboss.org
Date: 2007-02-15 14:15:22 -0500 (Thu, 15 Feb 2007)
New Revision: 60573

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
JBAS-4102, try to remove jboss-retro since we base on jdk5.

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-15 18:36:38 UTC (rev 60572)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-15 19:15:22 UTC (rev 60573)
@@ -106,9 +106,9 @@
     <path refid="ibm.wsdl4j.classpath"/>
     <path refid="jacorb.jacorb.classpath"/>
     <path refid="javassist.classpath"/>
-    <path refid="jboss.backport.concurrent.classpath"/>
+    <!--<path refid="jboss.backport.concurrent.classpath"/>-->
     <path refid="jboss.jaxr.classpath"/>
-    <path refid="jboss.jbossretro.rt.classpath"/>
+    <!--<path refid="jboss.jbossretro.rt.classpath"/>-->
     <path refid="jboss.jbossws.classpath"/>
     <path refid="jboss.jbossxb.classpath"/>
     <path refid="jboss.microcontainer.classpath"/>
@@ -2443,8 +2443,8 @@
   <target name="tests-scout-jaxr">
     <mkdir dir="${build.reports}"/>
     <mkdir dir="${build.testlog}"/>
-    <property name="x" refid="jboss.jbossretro.rt.classpath"/>
-    <echo message="retro-cp=${x}"/>
+    <!--<property name="x" refid="jboss.jbossretro.rt.classpath"/>-->
+    <!--<echo message="retro-cp=${x}"/>-->
     <junit dir="${module.output}" printsummary="${junit.printsummary}" haltonerror="${junit.haltonerror}" haltonfailure="${junit.haltonfailure}" fork="${junit.fork}"
       timeout="${junit.timeout}" jvm="${junit.jvm}" failureProperty="tests.failure">
 




More information about the jboss-cvs-commits mailing list