[jboss-cvs] Repository SVN: r1703 - in jgroups: 2.4.1.SP4-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Oct 29 16:41:10 EDT 2007


Author: fnasser at redhat.com
Date: 2007-10-29 16:41:10 -0400 (Mon, 29 Oct 2007)
New Revision: 1703

Added:
   jgroups/2.4.1.SP4-brew/
   jgroups/2.4.1.SP4-brew/component-info.xml
   jgroups/2.4.1.SP4-brew/lib/
   jgroups/2.4.1.SP4-brew/lib/jgroups.jar
   jgroups/2.4.1.SP4-brew/src/
   jgroups/2.4.1.SP4-brew/src/JGroups-2.4.1-sp4-src.tgz
   jgroups/2.4.1.SP4-brew/src/jgroups-2.3-build_xml.patch
Log:
Add 2.4.1.SP4 built in Brew, from CVS tag, with JDK 1.5

Added: jgroups/2.4.1.SP4-brew/component-info.xml
===================================================================
--- jgroups/2.4.1.SP4-brew/component-info.xml	                        (rev 0)
+++ jgroups/2.4.1.SP4-brew/component-info.xml	2007-10-29 20:41:10 UTC (rev 1703)
@@ -0,0 +1,15 @@
+<project name="jgroups-component-info">
+   <component id="jgroups"
+      licenseType="lgpl"
+      version="2.4.1.SP4-brew"
+      projectHome="http://www.jgroups.org"
+      description="JGroups is a toolkit for reliable multicast communication"
+      scm=":ext:cvs.devel.redhat.com:/cvs/dist/jgroups"
+      tag="jgroups-2_4_1-1_SP4_0jpp_ep1_2">
+      <!-- Built using JDK 5 -->
+      <artifact id="jgroups.jar"/>
+      <export>
+         <include input="jgroups.jar"/>
+      </export>
+   </component>
+</project>

Added: jgroups/2.4.1.SP4-brew/lib/jgroups.jar
===================================================================
(Binary files differ)


Property changes on: jgroups/2.4.1.SP4-brew/lib/jgroups.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jgroups/2.4.1.SP4-brew/src/JGroups-2.4.1-sp4-src.tgz
===================================================================
(Binary files differ)


Property changes on: jgroups/2.4.1.SP4-brew/src/JGroups-2.4.1-sp4-src.tgz
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jgroups/2.4.1.SP4-brew/src/jgroups-2.3-build_xml.patch
===================================================================
--- jgroups/2.4.1.SP4-brew/src/jgroups-2.3-build_xml.patch	                        (rev 0)
+++ jgroups/2.4.1.SP4-brew/src/jgroups-2.3-build_xml.patch	2007-10-29 20:41:10 UTC (rev 1703)
@@ -0,0 +1,20 @@
+--- build.xml.org	2007-05-01 09:25:55.000000000 -0400
++++ build.xml	2007-05-01 09:27:46.000000000 -0400
+@@ -382,6 +382,7 @@
+         <junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes">
+             <jvmarg value="-Djgroups.bind_addr=${jgroups.bind_addr}"/>
+             <jvmarg value="-Djgroups.tcpping.initial_hosts=${jgroups.tcpping.initial_hosts}"/>
++            <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
+             <classpath refid="jg.classpath"/>
+             <formatter type="brief" usefile="false"/>
+             <batchtest todir="${tmp.dir}">
+@@ -400,7 +401,8 @@
+             <jvmarg value="-Djgroups.bind_addr=${jgroups.bind_addr}"/>
+             <jvmarg value="-Djgroups.tcpping.initial_hosts=${jgroups.tcpping.initial_hosts}"/>
+             <jvmarg value="-Dtests.tmp.dir=${tmp.dir}"/>
+-            <jvmarg value="-Dlog4j.configuration=file:c:\log4j.properties"/>
++            <jvmarg value="-Dlog4j.configuration=file:conf/log4j.properties"/>
++            <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
+             <classpath refid="jg.classpath"/>
+             <formatter type="xml" usefile="true"/>
+             <batchtest todir="${tmp.dir}/tests-results">




More information about the jboss-cvs-commits mailing list