[jboss-cvs] Repository SVN: r15518 - maven2/jgroups/jgroups/2.6.4.GA.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Sep 17 04:19:56 EDT 2008


Author: bela at jboss.com
Date: 2008-09-17 04:19:56 -0400 (Wed, 17 Sep 2008)
New Revision: 15518

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

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


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

Added: maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.md5	2008-09-17 08:19:56 UTC (rev 15518)
@@ -0,0 +1 @@
+155e8f28ceb3947a3b61f05f234d6474  jgroups-2.6.4.GA.jar

Added: maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.jar.sha1	2008-09-17 08:19:56 UTC (rev 15518)
@@ -0,0 +1 @@
+eaa31bbc3536c55b64cffbba07e89efa1775da77  jgroups-2.6.4.GA.jar

Added: maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom
===================================================================
--- maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom	2008-09-17 08:19:56 UTC (rev 15518)
@@ -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.4.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.4.GA/jgroups-2.6.4.GA.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom.md5	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom.md5	2008-09-17 08:19:56 UTC (rev 15518)
@@ -0,0 +1 @@
+7e9a35f13f131ec5d088214933f961b1  jgroups-2.6.4.GA.pom

Added: maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom.sha1	                        (rev 0)
+++ maven2/jgroups/jgroups/2.6.4.GA/jgroups-2.6.4.GA.pom.sha1	2008-09-17 08:19:56 UTC (rev 15518)
@@ -0,0 +1 @@
+952b427b2307d3aae77d9ec1305b309fee3a82ba  jgroups-2.6.4.GA.pom




More information about the jboss-cvs-commits mailing list