[jboss-cvs] JBossAS SVN: r58718 - in projects/microcontainer/trunk: build deployers

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Nov 28 23:57:05 EST 2006


Author: scott.stark at jboss.org
Date: 2006-11-28 23:57:03 -0500 (Tue, 28 Nov 2006)
New Revision: 58718

Modified:
   projects/microcontainer/trunk/build/build-thirdparty.xml
   projects/microcontainer/trunk/deployers/build-test.xml
Log:
Update jboss-test jars to 1.0.0.GA

Modified: projects/microcontainer/trunk/build/build-thirdparty.xml
===================================================================
--- projects/microcontainer/trunk/build/build-thirdparty.xml	2006-11-29 04:47:30 UTC (rev 58717)
+++ projects/microcontainer/trunk/build/build-thirdparty.xml	2006-11-29 04:57:03 UTC (rev 58718)
@@ -57,8 +57,8 @@
       <componentref name="jboss/aop" version="2.0.0.alpha2" />
       <componentref name="jboss/backport-concurrent" version="2.1.0.GA"/>
       <componentref name="jboss/jbossretro" version="1.0.4.GA"/>
-      <componentref name="jboss/test" version="snapshot"/>
-      <componentref name="jboss/test14" version="snapshot"/>
+      <componentref name="jboss/test" version="1.0.0.GA"/>
+      <componentref name="jboss/test14" version="1.0.0.GA"/>
       <componentref name="osgi" version="4.0"/>
       <componentref name="oswego-concurrent" version="1.3.4"/>
       <componentref name="sun-javacc" version="4.0"/>

Modified: projects/microcontainer/trunk/deployers/build-test.xml
===================================================================
--- projects/microcontainer/trunk/deployers/build-test.xml	2006-11-29 04:47:30 UTC (rev 58717)
+++ projects/microcontainer/trunk/deployers/build-test.xml	2006-11-29 04:57:03 UTC (rev 58718)
@@ -68,7 +68,9 @@
 
     <!-- The combined library classpath -->
     <path id="library.classpath">
-      <path refid="jboss.common.classpath"/>
+      <path refid="jboss/common.core.classpath"/>
+      <path refid="jboss/common.logging.spi.classpath"/>
+      <path refid="jboss/common.logging.log4j.classpath"/>
       <path refid="jboss.jbossxb.classpath"/>
       <path refid="jboss.container.classpath"/>
       <path refid="junit.junit.classpath"/>




More information about the jboss-cvs-commits mailing list