[jboss-cvs] JBoss Messaging SVN: r8406 - in branches/JBM_patch_1884_on_148sp1: tests and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 8 21:35:04 EDT 2011


Author: gaohoward
Date: 2011-08-08 21:35:04 -0400 (Mon, 08 Aug 2011)
New Revision: 8406

Modified:
   branches/JBM_patch_1884_on_148sp1/build-thirdparty-EAP5.xml
   branches/JBM_patch_1884_on_148sp1/tests/build-test-EAP5.xml
Log:
fix test dependency issue (1882)


Modified: branches/JBM_patch_1884_on_148sp1/build-thirdparty-EAP5.xml
===================================================================
--- branches/JBM_patch_1884_on_148sp1/build-thirdparty-EAP5.xml	2011-08-09 01:32:20 UTC (rev 8405)
+++ branches/JBM_patch_1884_on_148sp1/build-thirdparty-EAP5.xml	2011-08-09 01:35:04 UTC (rev 8406)
@@ -145,6 +145,8 @@
       <!-- This is a non declared dependency of jboss/test14 -->
       <componentref name="jboss/backport-concurrent" version="2.1.0.GA"/>
 
+      <!-- This is a dependency of jboss/remoting since 2.5.4.SP2 -->
+      <componentref name="jboss/web" version="2.1.7.GA-brew"/>
 
    </build>
 

Modified: branches/JBM_patch_1884_on_148sp1/tests/build-test-EAP5.xml
===================================================================
--- branches/JBM_patch_1884_on_148sp1/tests/build-test-EAP5.xml	2011-08-09 01:32:20 UTC (rev 8405)
+++ branches/JBM_patch_1884_on_148sp1/tests/build-test-EAP5.xml	2011-08-09 01:35:04 UTC (rev 8406)
@@ -183,6 +183,7 @@
 		<path refid="apache.logging.classpath" />
 		<path refid="jboss.jboss.reflect.classpath" />
 		<path refid="jboss.jboss.deployers.classpath" />
+                <path refid="jboss.web.classpath" />
 	</path>
 
 	<path id="stress.test.execution.classpath">



More information about the jboss-cvs-commits mailing list