[jboss-cvs] JBoss Messaging SVN: r3367 - branches/Branch_JBMESSAGING-544.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Nov 26 13:12:49 EST 2007


Author: clebert.suconic at jboss.com
Date: 2007-11-26 13:12:48 -0500 (Mon, 26 Nov 2007)
New Revision: 3367

Removed:
   branches/Branch_JBMESSAGING-544/README
Modified:
   branches/Branch_JBMESSAGING-544/build-messaging.xml
   branches/Branch_JBMESSAGING-544/build-thirdparty.xml
Log:
Adding mina and its logging dependency to thirdparty

Deleted: branches/Branch_JBMESSAGING-544/README
===================================================================
--- branches/Branch_JBMESSAGING-544/README	2007-11-26 16:11:12 UTC (rev 3366)
+++ branches/Branch_JBMESSAGING-544/README	2007-11-26 18:12:48 UTC (rev 3367)
@@ -1,19 +0,0 @@
-MINA Dependencies
-=================
-
-In order to build this branch, you need to have
-access to snapshots of MINA trunk.
-
-# checkout MINA trunk:
-  svn co https://svn.apache.org/repos/asf/mina/trunk
-
-# in checked out mina directory, type:
-  mvn install
-  
-# build JBoss Messaging normally (dependency to mina jars are 
-  hardcoded in build-messaging.xml)
-
-TODO
-====
-* put MINA jar in JBoss repository
-* put SLF4J jar in JBoss repository
\ No newline at end of file

Modified: branches/Branch_JBMESSAGING-544/build-messaging.xml
===================================================================
--- branches/Branch_JBMESSAGING-544/build-messaging.xml	2007-11-26 16:11:12 UTC (rev 3366)
+++ branches/Branch_JBMESSAGING-544/build-messaging.xml	2007-11-26 18:12:48 UTC (rev 3367)
@@ -145,10 +145,9 @@
       <path refid="javassist.classpath"/>
       <path refid="jgroups.jgroups.classpath"/>
       <path refid="trove.trove.classpath"/>
-      <path refid="apache.logging.classpath"/>
-   	  <path path="${user.home}/.m2/repository/org/apache/mina/mina-core/2.0.0-M1-SNAPSHOT/mina-core-2.0.0-M1-SNAPSHOT.jar" />
-   	  <path path="${user.home}/.m2/repository/org/slf4j/slf4j-api/1.4.3/slf4j-api-1.4.3.jar" />
-   	  <path path="${user.home}/.m2/repository/org/slf4j/slf4j-log4j12/1.4.3/slf4j-log4j12-1.4.3.jar" />
+      <path refid="apache.logging.classpath"/>
+      <path refid="apache.mina.classpath"/>
+      <path refid="slf4j.slf4j.classpath"/>
    </path>
 
    <!--

Modified: branches/Branch_JBMESSAGING-544/build-thirdparty.xml
===================================================================
--- branches/Branch_JBMESSAGING-544/build-thirdparty.xml	2007-11-26 16:11:12 UTC (rev 3366)
+++ branches/Branch_JBMESSAGING-544/build-thirdparty.xml	2007-11-26 18:12:48 UTC (rev 3367)
@@ -92,6 +92,7 @@
       <componentref name="jboss/remoting" version="2.2.2.SP1-brew"/>
       <componentref name="jboss/jbossts14" version="4.2.3.SP3"/>
       <componentref name="jbossas/core-libs" version="4.2.0.GA"/>
+      <componentref name="apache-mina" version="snapshot"/>
 
 
       <!--




More information about the jboss-cvs-commits mailing list