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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 20 15:11:51 EDT 2007


Author: vivekl at redhat.com
Date: 2007-04-20 15:11:51 -0400 (Fri, 20 Apr 2007)
New Revision: 274

Added:
   jgroups/2.4.1.SP2-brew/
   jgroups/2.4.1.SP2-brew/component-info.xml
   jgroups/2.4.1.SP2-brew/lib/
   jgroups/2.4.1.SP2-brew/lib/jgroups.jar
   jgroups/2.4.1.SP2-brew/src/
   jgroups/2.4.1.SP2-brew/src/JGroups-2.4.1-sp2.src.zip
   jgroups/2.4.1.SP2-brew/src/jgroups-2.3-build_xml.patch
Log:
- Brew built jgroups 2.4.1 SP2



Added: jgroups/2.4.1.SP2-brew/component-info.xml
===================================================================
--- jgroups/2.4.1.SP2-brew/component-info.xml	                        (rev 0)
+++ jgroups/2.4.1.SP2-brew/component-info.xml	2007-04-20 19:11:51 UTC (rev 274)
@@ -0,0 +1,15 @@
+<project name="jgroups-component-info">
+   <component id="jgroups"
+      licenseType="lgpl"
+      version="2.4.1.SP2-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_2-1jpp_ep1_2">
+      <!-- Built using JDK 5 -->
+      <artifact id="jgroups.jar"/>
+      <export>
+         <include input="jgroups.jar"/>
+      </export>
+   </component>
+</project>

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


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

Added: jgroups/2.4.1.SP2-brew/src/JGroups-2.4.1-sp2.src.zip
===================================================================
(Binary files differ)


Property changes on: jgroups/2.4.1.SP2-brew/src/JGroups-2.4.1-sp2.src.zip
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: jgroups/2.4.1.SP2-brew/src/jgroups-2.3-build_xml.patch
===================================================================
--- jgroups/2.4.1.SP2-brew/src/jgroups-2.3-build_xml.patch	                        (rev 0)
+++ jgroups/2.4.1.SP2-brew/src/jgroups-2.3-build_xml.patch	2007-04-20 19:11:51 UTC (rev 274)
@@ -0,0 +1,20 @@
+--- build.xml.sav	2006-05-24 20:30:14.000000000 -0400
++++ build.xml	2006-06-12 10:35:02.000000000 -0400
+@@ -348,6 +348,7 @@
+         description="Runs all unit tests in tests/junit and prints results to stdout">
+         <junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes">
+             <classpath refid="jg.classpath"/>
++            <jvmarg value="-Djava.net.preferIPv4Stack=true"/>
+             <formatter type="brief" usefile="false"/>
+             <batchtest todir="${tmp.dir}">
+                 <fileset dir="${junit.dir}"
+@@ -363,7 +364,8 @@
+         <mkdir dir="${tmp.dir}/tests-results"/>
+         <junit printsummary="yes" timeout="${unittest.timeout.low}" fork="yes">
+             <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