[Jboss-cvs] JBossAS SVN: r56283 - branches/JEE5_TCK/varia

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 25 21:54:44 EDT 2006


Author: ovidiu.feodorov at jboss.com
Date: 2006-08-25 21:54:43 -0400 (Fri, 25 Aug 2006)
New Revision: 56283

Modified:
   branches/JEE5_TCK/varia/build.xml
Log:
Using a direct reference to jbossmq.jar. JBossMQ will go away and its 
corresponding module is wrongly named anyway (it should have been
'jbossmq', not 'messaging'). 


Modified: branches/JEE5_TCK/varia/build.xml
===================================================================
--- branches/JEE5_TCK/varia/build.xml	2006-08-26 01:07:11 UTC (rev 56282)
+++ branches/JEE5_TCK/varia/build.xml	2006-08-26 01:54:43 UTC (rev 56283)
@@ -112,7 +112,13 @@
       <path refid="jboss.server.classpath"/>
       <path refid="jboss.security.classpath"/>
       <path refid="jboss.transaction.classpath"/>
-      <path refid="jboss.messaging.classpath"/>
+
+      <!-- There is a name conflict between Messaging and JBossMQ (JBossMQ directory
+           should have been named jbossmq, not messaging), and since no other component
+           but this uses JBossMQ, I am hardcoding the path here.
+        -->
+      <!-- <path refid="jboss.messaging.classpath"/> -->
+      <pathelement location="../messaging/output/lib/jbossmq.jar"/>
     </path>
 
     <!-- ===== -->




More information about the jboss-cvs-commits mailing list