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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Nov 15 03:40:31 EST 2007


Author: jmesnil
Date: 2007-11-15 03:40:31 -0500 (Thu, 15 Nov 2007)
New Revision: 3331

Added:
   branches/Branch_JBMESSAGING-544/README
Log:
* added README about MINA dependencies (until MINA is available in JBoss repository)

Added: branches/Branch_JBMESSAGING-544/README
===================================================================
--- branches/Branch_JBMESSAGING-544/README	                        (rev 0)
+++ branches/Branch_JBMESSAGING-544/README	2007-11-15 08:40:31 UTC (rev 3331)
@@ -0,0 +1,19 @@
+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




More information about the jboss-cvs-commits mailing list