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

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


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

Modified:
   branches/Branch_4_2/testsuite/build.xml
Log:
remove unused jboss-retro/wutka parse stuff

Modified: branches/Branch_4_2/testsuite/build.xml
===================================================================
--- branches/Branch_4_2/testsuite/build.xml	2007-02-22 19:07:15 UTC (rev 60799)
+++ branches/Branch_4_2/testsuite/build.xml	2007-02-22 19:57:22 UTC (rev 60800)
@@ -109,9 +109,7 @@
     <path refid="ibm.wsdl4j.classpath"/>
     <path refid="jacorb.jacorb.classpath"/>
     <path refid="javassist.classpath"/>
-    <!--<path refid="jboss.backport.concurrent.classpath"/>-->
     <path refid="jboss.jaxr.classpath"/>
-    <!--<path refid="jboss.jbossretro.rt.classpath"/>-->
     <path refid="jboss.jbossws.classpath"/>
     <path refid="jboss.jbossxb.classpath"/>
     <path refid="jboss.microcontainer.classpath"/>
@@ -133,7 +131,6 @@
     <path refid="sun.javamail.classpath"/>
     <path refid="sun.servlet.classpath"/>
     <path refid="trove.classpath"/>
-    <path refid="wutka.dtdparser.classpath"/>
   </path>
 
   <!-- ======= -->
@@ -2065,7 +2062,6 @@
         <pathelement location="${build.resources}"/>
         <path refid="tests.classpath"/>
         <path refid="apache.jaxme.classpath"/>
-        <path refid="wutka.dtdparser.classpath"/>
       </classpath>
 
       <formatter type="xml" usefile="${junit.formatter.usefile}"/>
@@ -2259,8 +2255,6 @@
   <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}"/>-->
     <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