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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Mar 19 13:22:28 EDT 2007


Author: mvecera at redhat.com
Date: 2007-03-19 13:22:28 -0400 (Mon, 19 Mar 2007)
New Revision: 61455

Modified:
   branches/Branch_4_2/testsuite/imports/sections/tx.xml
Log:
JBAS-3993 patch fix

Modified: branches/Branch_4_2/testsuite/imports/sections/tx.xml
===================================================================
--- branches/Branch_4_2/testsuite/imports/sections/tx.xml	2007-03-19 17:20:25 UTC (rev 61454)
+++ branches/Branch_4_2/testsuite/imports/sections/tx.xml	2007-03-19 17:22:28 UTC (rev 61455)
@@ -31,7 +31,7 @@
       <mkdir dir="${build.lib}"/>
       
       <rmic base="${build.classes}" verify="true" iiop="true" debug="true">
-         <classpath refid="tests.classpath"/>
+         <classpath refid="tests.compile.classpath"/>
          <include
             name="org/jboss/test/txpropiiop/interfaces/a/SessionAHome.class"/>
          <include




More information about the jboss-cvs-commits mailing list