[jboss-cvs] JBossAS SVN: r66623 - branches/JBPAPP_4_2/ejb3.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 31 14:21:09 EDT 2007
Author: wolfc
Date: 2007-10-31 14:21:09 -0400 (Wed, 31 Oct 2007)
New Revision: 66623
Modified:
branches/JBPAPP_4_2/ejb3/build-test.xml
Log:
JBPAPP-347: Hack: add jboss-messaging-client.jar to client classpath
Modified: branches/JBPAPP_4_2/ejb3/build-test.xml
===================================================================
--- branches/JBPAPP_4_2/ejb3/build-test.xml 2007-10-31 18:19:51 UTC (rev 66622)
+++ branches/JBPAPP_4_2/ejb3/build-test.xml 2007-10-31 18:21:09 UTC (rev 66623)
@@ -285,6 +285,9 @@
<!-- JBAS-4365 -->
<path refid="apache.codec.classpath"/>
+
+ <!-- FIXME: Tempory hack for JBM not being in jbossall-client.jar -->
+ <pathelement path="${ejb3.dist}/server/all/lib/jboss-messaging-client.jar"/>
</path>
<!-- The "security" test needs JaasSecurityManagerServiceMBean -->
More information about the jboss-cvs-commits
mailing list