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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Aug 18 12:30:03 EDT 2009


Author: fnasser at redhat.com
Date: 2009-08-18 12:30:03 -0400 (Tue, 18 Aug 2009)
New Revision: 28608

Added:
   jgroups/2.6.12.GA-brew/
   jgroups/2.6.12.GA-brew/component-info.xml
   jgroups/2.6.12.GA-brew/lib/
   jgroups/2.6.12.GA-brew/lib/jgroups-sources.jar
   jgroups/2.6.12.GA-brew/lib/jgroups.jar
   jgroups/2.6.12.GA-brew/lib/jgroups.pom
   jgroups/2.6.12.GA-brew/src/
   jgroups/2.6.12.GA-brew/src/JGroups-2.6.12.GA.tar.bz2
Log:
JBPAPP-2522 - Upgrade to JGroups 2.6.12

Added: jgroups/2.6.12.GA-brew/component-info.xml
===================================================================
--- jgroups/2.6.12.GA-brew/component-info.xml	                        (rev 0)
+++ jgroups/2.6.12.GA-brew/component-info.xml	2009-08-18 16:30:03 UTC (rev 28608)
@@ -0,0 +1,15 @@
+<project name="jgroups-component-info">
+   <component id="jgroups"
+      licenseType="lgpl"
+      version="2.6.12.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_12-1_ep5_el4">
+      <artifact id="jgroups.jar"/>
+      <artifact id="jgroups-sources.jar"/>
+      <export>
+         <include input="jgroups.jar"/>
+      </export>
+   </component>
+</project>

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


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

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


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

Added: jgroups/2.6.12.GA-brew/lib/jgroups.pom
===================================================================
--- jgroups/2.6.12.GA-brew/lib/jgroups.pom	                        (rev 0)
+++ jgroups/2.6.12.GA-brew/lib/jgroups.pom	2009-08-18 16:30:03 UTC (rev 28608)
@@ -0,0 +1,72 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+
+   <modelVersion>4.0.0</modelVersion>
+  <groupId>jgroups</groupId>
+   <artifactId>jgroups</artifactId>
+   <name>JGroups</name>
+   <version>2.6.12.GA</version>
+   <url>http://www.jgroups.org</url>
+   <build>
+      <sourceDirectory>src</sourceDirectory>
+      <testSourceDirectory>tests</testSourceDirectory>
+      <testResources>
+         <testResource>
+            <directory>conf</directory>
+            <includes>
+               <include>**/*.xml</include>
+            </includes>
+         </testResource>
+      </testResources>
+      <plugins>
+         <plugin>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+               <testIncludes>
+                  <include>functional/**/*.java</include>
+               </testIncludes>
+            </configuration>
+         </plugin>
+         <plugin>
+            <artifactId>maven-surefire-plugin</artifactId>
+            <configuration>
+               <testFailureIgnore>true</testFailureIgnore>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+   <repositories>
+      <repository>
+         <id>jboss</id>
+         <name>JBoss Inc. Repository</name>
+         <url>http://repository.jboss.com/maven2/</url>
+         <snapshots>
+            <enabled>true</enabled>
+         </snapshots>
+      </repository>
+   </repositories>
+   <dependencies>
+      <dependency>
+         <groupId>ant</groupId>
+         <artifactId>ant</artifactId>
+         <version>1.6.5</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>ant</groupId>
+         <artifactId>ant-junit</artifactId>
+         <version>1.6.5</version>
+		 <optional>true</optional>
+      </dependency>
+      <dependency>
+         <groupId>junit</groupId>
+         <artifactId>junit</artifactId>
+         <version>3.8.1</version>
+		 <scope>test</scope>
+      </dependency>
+   </dependencies>
+</project>
\ No newline at end of file

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


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




More information about the jboss-cvs-commits mailing list