[jboss-cvs] JBossAS SVN: r62600 - branches/Branch_4_2/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 27 02:40:46 EDT 2007


Author: wolfc
Date: 2007-04-27 02:40:46 -0400 (Fri, 27 Apr 2007)
New Revision: 62600

Modified:
   branches/Branch_4_2/ejb3/build-test.xml
Log:
JBAS-4365: fixed ejb3 test suite

Modified: branches/Branch_4_2/ejb3/build-test.xml
===================================================================
--- branches/Branch_4_2/ejb3/build-test.xml	2007-04-26 23:47:14 UTC (rev 62599)
+++ branches/Branch_4_2/ejb3/build-test.xml	2007-04-27 06:40:46 UTC (rev 62600)
@@ -264,6 +264,9 @@
       <pathelement path="${ejb3.dist}/client/jaxb-impl.jar"/>
       <pathelement path="${ejb3.dist}/client/wsdl4j.jar"/>
       <pathelement path="${ejb3.dist}/client/jbossws-client.jar"/>
+      
+      <!-- JBAS-4365 -->
+	  <path refid="apache.codec.classpath"/>
    </path>
 
    <!-- The "security" test needs JaasSecurityManagerServiceMBean -->




More information about the jboss-cvs-commits mailing list