[jboss-cvs] Repository SVN: r29261 - in jgroups: 2.6.13.GA-brew and 2 other directories.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 2 12:15:33 EDT 2009
Author: mbenitez
Date: 2009-10-02 12:15:32 -0400 (Fri, 02 Oct 2009)
New Revision: 29261
Added:
jgroups/2.6.13.GA-brew/
jgroups/2.6.13.GA-brew/component-info.xml
jgroups/2.6.13.GA-brew/lib/
jgroups/2.6.13.GA-brew/lib/jgroups-sources.jar
jgroups/2.6.13.GA-brew/lib/jgroups.jar
jgroups/2.6.13.GA-brew/lib/jgroups.pom
jgroups/2.6.13.GA-brew/src/
jgroups/2.6.13.GA-brew/src/JGroups-2.6.13.GA.tar.bz2
Log:
Add brew build 2.6.13.GA-brew
Added: jgroups/2.6.13.GA-brew/component-info.xml
===================================================================
--- jgroups/2.6.13.GA-brew/component-info.xml (rev 0)
+++ jgroups/2.6.13.GA-brew/component-info.xml 2009-10-02 16:15:32 UTC (rev 29261)
@@ -0,0 +1,15 @@
+<project name="jgroups-component-info">
+ <component id="jgroups"
+ licenseType="lgpl"
+ version="2.6.13.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_13-1_ep5_el4">
+ <artifact id="jgroups.jar"/>
+ <artifact id="jgroups-sources.jar"/>
+ <export>
+ <include input="jgroups.jar"/>
+ </export>
+ </component>
+</project>
Added: jgroups/2.6.13.GA-brew/lib/jgroups-sources.jar
===================================================================
(Binary files differ)
Property changes on: jgroups/2.6.13.GA-brew/lib/jgroups-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jgroups/2.6.13.GA-brew/lib/jgroups.jar
===================================================================
(Binary files differ)
Property changes on: jgroups/2.6.13.GA-brew/lib/jgroups.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: jgroups/2.6.13.GA-brew/lib/jgroups.pom
===================================================================
--- jgroups/2.6.13.GA-brew/lib/jgroups.pom (rev 0)
+++ jgroups/2.6.13.GA-brew/lib/jgroups.pom 2009-10-02 16:15:32 UTC (rev 29261)
@@ -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.13.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.13.GA-brew/src/JGroups-2.6.13.GA.tar.bz2
===================================================================
(Binary files differ)
Property changes on: jgroups/2.6.13.GA-brew/src/JGroups-2.6.13.GA.tar.bz2
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
More information about the jboss-cvs-commits
mailing list