Author: bela(a)jboss.com
Date: 2009-12-01 03:57:27 -0500 (Tue, 01 Dec 2009)
New Revision: 32370
Added:
maven2/jgroups/jgroups/2.8.0.CR7/
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.md5
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.sha1
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.md5
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.sha1
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.md5
maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.sha1
Log:
added 2.8.0.CR7
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.md5 2009-12-01 08:57:27
UTC (rev 32370)
@@ -0,0 +1 @@
+7bb8a7889772c6d757727a528092410a
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7-sources.jar.sha1 2009-12-01
08:57:27 UTC (rev 32370)
@@ -0,0 +1 @@
+01c4a1116d094193a5e14be0f7bca7eb976b82b0
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar
===================================================================
(Binary files differ)
Property changes on: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.md5 2009-12-01 08:57:27 UTC
(rev 32370)
@@ -0,0 +1 @@
+2504431e576e166f6636dbe7836eed4d
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.jar.sha1 2009-12-01 08:57:27 UTC
(rev 32370)
@@ -0,0 +1 @@
+8075cb31eba0f7cf5f9e5c5f238e03e7039ec66c
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom (rev
0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom 2009-12-01 08:57:27 UTC (rev
32370)
@@ -0,0 +1,155 @@
+<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>
+ <packaging>jar</packaging>
+ <name>JGroups</name>
+ <version>2.8.0.CR7</version>
+ <url>http://www.jgroups.org</url>
+ <repositories>
+ <repository>
+ <id>jboss</id>
+ <name>JBoss Inc. Repository</name>
+ <
url>http://repository.jboss.com/maven2/</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>bsh</groupId>
+ <artifactId>bsh</artifactId>
+ <version>1.2b7</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.14</version>
+ <optional>true</optional>
+ </dependency>
+ <!-- Tests not included in maven build currently so commented out -->
+ <!-- <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.10</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>bouncycastle</groupId>
+ <artifactId>bcprov-jdk15</artifactId>
+ <version>140</version>
+ <scope>test</scope>
+ </dependency> -->
+ </dependencies>
+ <build>
+ <sourceDirectory>src</sourceDirectory>
+ <resources>
+ <resource>
+ <directory>conf</directory>
+ <includes>
+ <include>*.xml</include>
+ </includes>
+ <excludes>
+ <exclude>*-service.xml</exclude>
+ </excludes>
+ </resource>
+ <resource>
+
<directory>${project.build.outputDirectory}/schema</directory>
+ </resource>
+ </resources>
+ <plugins>
+ <plugin>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ <excludes>
+
<exclude>org/jgroups/util/JUnitXMLReporter.java</exclude>
+ <exclude>org/jgroups/demos/**</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>compile</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <property name="compile_classpath"
refid="maven.compile.classpath"/>
+ <property name="plugin_classpath"
refid="maven.plugin.classpath"/>
+ <delete
dir="${project.build.outputDirectory}/schema"
failonerror="false"/>
+ <mkdir
dir="${project.build.outputDirectory}/schema"/>
+ <java
classname="org.jgroups.util.XMLSchemaGenerator">
+ <classpath>
+ <pathelement
path="${compile_classpath}"/>
+ <pathelement
path="${plugin_classpath}"/>
+ </classpath>
+ <arg line="-o
${project.build.outputDirectory}/schema"/>
+ </java>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ <dependencies> <!-- Not really needed in Java 5 -->
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>xalan</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ <dependency>
+ <groupId>xalan</groupId>
+ <artifactId>serializer</artifactId>
+ <version>2.7.1</version>
+ </dependency>
+ </dependencies>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-jar-plugin</artifactId>
+ <configuration>
+ <archive>
+ <manifestFile>conf/manifest.mf</manifestFile>
+ </archive>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>maven-bundle-plugin</artifactId>
+ <extensions>true</extensions>
+ <configuration>
+ <instructions>
+ <Export-Package>
+ schema;version=${pom.version},
+ org.jgroups;version=${pom.version},
+ org.jgroups.annotations;version=${pom.version},
+ org.jgroups.auth;version=${pom.version},
+ org.jgroups.blocks;version=${pom.version},
+ org.jgroups.conf;version=${pom.version},
+ org.jgroups.debug;version=${pom.version},
+ org.jgroups.jmx;version=${pom.version},
+ org.jgroups.logging;version=${pom.version},
+ org.jgroups.mux;version=${pom.version},
+ org.jgroups.persistence;version=${pom.version},
+ org.jgroups.protocols;version=${pom.version},
+ org.jgroups.protocols.pbcast;version=${pom.version},
+ org.jgroups.stack;version=${pom.version},
+ org.jgroups.util;version=${pom.version},
+ </Export-Package>
+
<Bundle-RequiredExecutionEnvironment>J2SE-1.5</Bundle-RequiredExecutionEnvironment>
+ </instructions>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+</project>
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.md5
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.md5
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.md5 2009-12-01 08:57:27 UTC
(rev 32370)
@@ -0,0 +1 @@
+d8a5f87da0e31ac7da79ef8af512327c
\ No newline at end of file
Added: maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.sha1
===================================================================
--- maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.sha1
(rev 0)
+++ maven2/jgroups/jgroups/2.8.0.CR7/jgroups-2.8.0.CR7.pom.sha1 2009-12-01 08:57:27 UTC
(rev 32370)
@@ -0,0 +1 @@
+8e0569ab555c44a6127375f1ba1c16d0ae07cf2a
\ No newline at end of file