[jboss-cvs] Repository SVN: r15737 - maven2/jgroups/jgroups/2.6.5.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Oct 10 07:03:59 EDT 2008


Author: bela at jboss.com
Date: 2008-10-10 07:03:59 -0400 (Fri, 10 Oct 2008)
New Revision: 15737

Added:
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.md5
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.sha1
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.md5
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.sha1
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.md5
   maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.sha1
Log:
added 2.6.5.GA

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar
===================================================================
(Binary files differ)


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

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.md5	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+b18e1eb79d24290c6a65dcefac757107
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA-sources.jar.sha1	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+4037aeddd2c84e26eb57a9530f590c10f9d81e83
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.md5	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+04bc15592ba58ed4f2e2372941177e14
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.jar.sha1	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+3fc49974ecdaabe98dd8086c983f9d78fa53af9e
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom	2008-10-10 11:03:59 UTC (rev 15737)
@@ -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.5.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: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.md5	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+3ae9bc782d1d84901ee73023b5c89e41
\ No newline at end of file

Added: maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.5.GA/jgroups-2.6.5.GA.pom.sha1	2008-10-10 11:03:59 UTC (rev 15737)
@@ -0,0 +1 @@
+09540c9dd2b80993b4d76533ef0e97d8c6605760
\ No newline at end of file




More information about the jboss-cvs-commits mailing list