[jboss-cvs] Repository SVN: r27802 - in jgroups: 2.6.11.GA-brew and 2 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jul 17 23:21:15 EDT 2009


Author: permaine
Date: 2009-07-17 23:21:15 -0400 (Fri, 17 Jul 2009)
New Revision: 27802

Added:
   jgroups/2.6.11.GA-brew/
   jgroups/2.6.11.GA-brew/component-info.xml
   jgroups/2.6.11.GA-brew/lib/
   jgroups/2.6.11.GA-brew/lib/jgroups-sources.jar
   jgroups/2.6.11.GA-brew/lib/jgroups.jar
   jgroups/2.6.11.GA-brew/src/
   jgroups/2.6.11.GA-brew/src/JGroups-2.6.11.GA.tar.bz2
   jgroups/2.6.11.GA-brew/src/jgroups-2.6.11-build_xml.patch
Log:
Add Brew-Build 2.6.11.GA-brew

Added: jgroups/2.6.11.GA-brew/component-info.xml
===================================================================
--- jgroups/2.6.11.GA-brew/component-info.xml	                        (rev 0)
+++ jgroups/2.6.11.GA-brew/component-info.xml	2009-07-18 03:21:15 UTC (rev 27802)
@@ -0,0 +1,15 @@
+<project name="jgroups-component-info">
+   <component id="jgroups"
+      licenseType="lgpl"
+      version="2.6.11.GA-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_6_11-0_4_ep5_el4">
+      <artifact id="jgroups.jar"/>
+      <artifact id="jgroups-sources.jar"/>
+      <export>
+         <include input="jgroups.jar"/>
+      </export>
+   </component>
+</project>

Added: jgroups/2.6.11.GA-brew/lib/jgroups-sources.jar
===================================================================
(Binary files differ)


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

Added: jgroups/2.6.11.GA-brew/lib/jgroups.jar
===================================================================
(Binary files differ)


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

Added: jgroups/2.6.11.GA-brew/src/JGroups-2.6.11.GA.tar.bz2
===================================================================
(Binary files differ)


Property changes on: jgroups/2.6.11.GA-brew/src/JGroups-2.6.11.GA.tar.bz2
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jgroups/2.6.11.GA-brew/src/jgroups-2.6.11-build_xml.patch
===================================================================
--- jgroups/2.6.11.GA-brew/src/jgroups-2.6.11-build_xml.patch	                        (rev 0)
+++ jgroups/2.6.11.GA-brew/src/jgroups-2.6.11-build_xml.patch	2009-07-18 03:21:15 UTC (rev 27802)
@@ -0,0 +1,20 @@
+--- JGroups-2.6.11.GA/build.xml.orig	2009-07-17 11:27:14.000000000 -0400
++++ JGroups-2.6.11.GA/build.xml	2009-07-17 11:28:58.000000000 -0400
+@@ -396,6 +396,7 @@
+             <junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes" showoutput="${test.verbose}">
+                 <jvmarg value="-Djgroups.bind_addr=${jgroups.bind_addr}"/>
+                 <jvmarg value="-Djgroups.tcpping.initial_hosts=${jgroups.tcpping.initial_hosts}"/>
++                <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
+                 <jvmarg value="-Djgroups.udp.mcast_addr=${jgroups.udp.mcast_addr}"/> 
+                 <jvmarg value="-Djgroups.udp.mcast_port=${jgroups.udp.mcast_port}"/>
+                 <jvmarg value="-Djgroups.udp.ip_ttl=${jgroups.udp.ip_ttl}"/>
+@@ -404,7 +405,8 @@
+                 <jvmarg value="-Djava.net.preferIPv4Stack=${java.net.preferIPv4Stack}"/>                
+     		  	<jvmarg value="-Djava.net.preferIPv6Addresses=${java.net.preferIPv6Addresses}"/>
+                 <sysproperty key="cfg" value="${conf.dir}/stacks.xml"/>
+-                <sysproperty key="log4j.configuration" value="file:${conf.dir}/log4j.properties"/>
++                <jvmarg value="-Dlog4j.configuration=file:conf/log4j.properties"/>
++                <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
+                 <sysproperty key="tests.tmp.dir" value="${tmp.dir}"/>
+                 <sysproperty key="channel.conf" value="${channel.conf}"/>
+                 <sysproperty key="channel.conf.flush" value="${channel.conf.flush}"/>




More information about the jboss-cvs-commits mailing list