[jboss-cvs] JBossAS SVN: r57990 - trunk/varia

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Nov 1 21:49:00 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-01 21:48:59 -0500 (Wed, 01 Nov 2006)
New Revision: 57990

Modified:
   trunk/varia/build.xml
Log:
Use the jboss.mq.classpath

Modified: trunk/varia/build.xml
===================================================================
--- trunk/varia/build.xml	2006-11-02 02:48:36 UTC (rev 57989)
+++ trunk/varia/build.xml	2006-11-02 02:48:59 UTC (rev 57990)
@@ -116,13 +116,7 @@
       <path refid="jboss.server.classpath"/>
       <path refid="jboss.security.classpath"/>
       <path refid="jboss.transaction.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 refid="jboss.mq.classpath"/>
     </path>
 
     <!-- ===== -->




More information about the jboss-cvs-commits mailing list