[jboss-cvs] Repository SVN: r29266 - in maven2-brew/org/jboss/cache/jbosscache-core: 3.2.1.GA and 1 other directory.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Oct 2 17:21:36 EDT 2009
Author: dwalluck at redhat.com
Date: 2009-10-02 17:21:36 -0400 (Fri, 02 Oct 2009)
New Revision: 29266
Added:
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.md5
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.sha1
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.md5
maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.sha1
Log:
[JBPAPP-2780] Upgrade JBoss Cache to 3.2.1
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar
===================================================================
(Binary files differ)
Property changes on: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.md5
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.md5 (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.md5 2009-10-02 21:21:36 UTC (rev 29266)
@@ -0,0 +1 @@
+ae7e7e9fb0bd3828cb75a117610f257e
\ No newline at end of file
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.sha1
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.sha1 (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.jar.sha1 2009-10-02 21:21:36 UTC (rev 29266)
@@ -0,0 +1 @@
+6cd54f9eecbf29fb5a297b853b5c89996cf25f63
\ No newline at end of file
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom 2009-10-02 21:21:36 UTC (rev 29266)
@@ -0,0 +1,466 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>jbosscache-common-parent</artifactId>
+ <groupId>org.jboss.cache</groupId>
+ <version>1.5</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.jboss.cache</groupId>
+ <artifactId>jbosscache-core</artifactId>
+ <name>JBoss Cache - Core Edition</name>
+ <version>3.2.1.GA</version>
+ <description>JBoss Cache - Core Edition</description>
+ <url>http://www.jbosscache.org</url>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.4.3-JBOSS</version>
+ <configuration>
+ <parallel>tests</parallel>
+ <threadCount>10</threadCount>
+ <forkMode>none</forkMode>
+ <systemProperties>
+ <property>
+ <name>jgroups.stack</name>
+ <value>${protocol.stack}</value>
+ </property>
+ </systemProperties>
+ <trimStackTrace>false</trimStackTrace>
+ <properties>
+ <property>
+ <name>listener</name>
+ <value>org.jboss.cache.util.UnitTestTestNGListener</value>
+ </property>
+ </properties>
+ </configuration>
+ </plugin>
+ <plugin>
+ <artifactId>maven-assembly-plugin</artifactId>
+ <version>2.2-beta-1</version>
+ <executions>
+ <execution>
+ <id>assemble</id>
+ <phase>install</phase>
+ <goals>
+ <goal>attached</goal>
+ </goals>
+ <configuration>
+ <descriptors>
+ <descriptor>assembly/bin.xml</descriptor>
+ <descriptor>assembly/doc.xml</descriptor>
+ <descriptor>assembly/all.xml</descriptor>
+ <descriptor>assembly/src.xml</descriptor>
+ </descriptors>
+ <finalName>${artifactId}-${jbosscache-core-version}</finalName>
+ <outputDirectory>target/distribution</outputDirectory>
+ <workDirectory>target/assembly/work</workDirectory>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ <plugin>
+ <artifactId>maven-jar-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>build-test-jar</id>
+ <goals>
+ <goal>test-jar</goal>
+ </goals>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ </manifest>
+ </archive>
+ </configuration>
+ </execution>
+ </executions>
+ <configuration>
+ <archive>
+ <manifest>
+ <addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
+ <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
+ <mainClass>org.jboss.cache.Version</mainClass>
+ </manifest>
+ </archive>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ <profiles>
+ <profile>
+ <id>Docs</id>
+ <activation />
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.jboss.maven.plugins</groupId>
+ <artifactId>maven-jdocbook-plugin</artifactId>
+ <version>2.0.0</version>
+ <extensions>true</extensions>
+ <executions>
+ <execution>
+ <id>userguide_en</id>
+ <phase>package</phase>
+ <goals>
+ <goal>resources</goal>
+ <goal>generate</goal>
+ </goals>
+ <configuration>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <sourceDirectory>${basedir}/src/main/docbook/userguide/en</sourceDirectory>
+ <imageResource>
+ <directory>${basedir}/src/main/docbook/images</directory>
+ </imageResource>
+ <cssResource>
+ <directory>${basedir}/src/main/docbook/css</directory>
+ </cssResource>
+ <targetDirectory>${basedir}/target/docbook/userguide_en</targetDirectory>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>userguide_en.pdf</finalName>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <options>
+ <xincludeSupported>false</xincludeSupported>
+ </options>
+ </configuration>
+ </execution>
+ <execution>
+ <id>tutorial_en</id>
+ <phase>package</phase>
+ <goals>
+ <goal>resources</goal>
+ <goal>generate</goal>
+ </goals>
+ <configuration>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <sourceDirectory>${basedir}/src/main/docbook/tutorial/en</sourceDirectory>
+ <imageResource>
+ <directory>${basedir}/src/main/docbook/images</directory>
+ </imageResource>
+ <cssResource>
+ <directory>${basedir}/src/main/docbook/css</directory>
+ </cssResource>
+ <targetDirectory>${basedir}/target/docbook/tutorial_en</targetDirectory>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>tutorial_en.pdf</finalName>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <options>
+ <xincludeSupported>false</xincludeSupported>
+ </options>
+ </configuration>
+ </execution>
+ <execution>
+ <id>faq_en</id>
+ <phase>package</phase>
+ <goals>
+ <goal>resources</goal>
+ <goal>generate</goal>
+ </goals>
+ <configuration>
+ <sourceDocumentName>master.xml</sourceDocumentName>
+ <sourceDirectory>${basedir}/src/main/docbook/faq/en</sourceDirectory>
+ <imageResource>
+ <directory>${basedir}/src/main/docbook/images</directory>
+ </imageResource>
+ <cssResource>
+ <directory>${basedir}/src/main/docbook/css</directory>
+ </cssResource>
+ <targetDirectory>${basedir}/target/docbook/faq_en</targetDirectory>
+ <formats>
+ <format>
+ <formatName>pdf</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/pdf.xsl</stylesheetResource>
+ <finalName>faq_en.pdf</finalName>
+ </format>
+ <format>
+ <formatName>html</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ <format>
+ <formatName>html_single</formatName>
+ <stylesheetResource>classpath:/xslt/org/jboss/xhtml-single.xsl</stylesheetResource>
+ <finalName>index.html</finalName>
+ </format>
+ </formats>
+ <options>
+ <xincludeSupported>false</xincludeSupported>
+ </options>
+ </configuration>
+ </execution>
+ </executions>
+ <dependencies>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-docbook-xslt</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jbossorg-jdocbook-style</artifactId>
+ <version>1.1.0</version>
+ <type>jdocbook-style</type>
+ </dependency>
+ </dependencies>
+ </plugin>
+ </plugins>
+ </build>
+ <properties>
+ <javadocPhase>package</javadocPhase>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-hudson</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
+ <properties>
+ <protocol.stack>tcp</protocol.stack>
+ <defaultTestGroup>functional,unit</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-functional</id>
+ <properties>
+ <protocol.stack>tcp</protocol.stack>
+ <defaultTestGroup>functional</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-unit</id>
+ <properties>
+ <defaultTestGroup>unit</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-jgroups</id>
+ <properties>
+ <defaultTestGroup>jgroups</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-transaction</id>
+ <properties>
+ <defaultTestGroup>transaction</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>profiling</id>
+ <properties>
+ <defaultTestGroup>profiling</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>test-integration</id>
+ <properties>
+ <protocol.stack>udp</protocol.stack>
+ <defaultTestGroup>integration</defaultTestGroup>
+ </properties>
+ </profile>
+ <profile>
+ <id>JBossAS</id>
+ <activation />
+ <dependencies>
+ <dependency>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <version>2.6.9.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-javaee</artifactId>
+ <version>5.0.1.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>2.2.14.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.0.jboss</version>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossjta</artifactId>
+ <version>4.4.0.GA</version>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <properties>
+ <protocol.stack>tcp</protocol.stack>
+ <defaultTestGroup>functional,unit</defaultTestGroup>
+ <jbosscache-core-version>3.2.1.GA-JBossAS</jbosscache-core-version>
+ </properties>
+ </profile>
+ </profiles>
+ <repositories>
+ <repository>
+ <id>repository.jboss.org</id>
+ <url>http://repository.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <id>snapshots.jboss.org</id>
+ <url>http://snapshots.jboss.org/maven2</url>
+ </repository>
+ <repository>
+ <id>e-xml.sourceforge.net</id>
+ <url>http://e-xml.sourceforge.net/maven2/repository</url>
+ </repository>
+ <repository>
+ <id>berkeleydb-je.repository</id>
+ <url>http://download.oracle.com/maven/</url>
+ </repository>
+ </repositories>
+ <dependencies>
+ <dependency>
+ <groupId>jgroups</groupId>
+ <artifactId>jgroups</artifactId>
+ <version>2.6.13.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss.javaee</groupId>
+ <artifactId>jboss-transaction-api</artifactId>
+ <version>1.0.1.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jboss</groupId>
+ <artifactId>jboss-common-core</artifactId>
+ <version>2.2.14.GA</version>
+ </dependency>
+ <dependency>
+ <groupId>jdbm</groupId>
+ <artifactId>jdbm</artifactId>
+ <version>1.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>c3p0</groupId>
+ <artifactId>c3p0</artifactId>
+ <version>0.9.1.2</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>com.sleepycat</groupId>
+ <artifactId>je</artifactId>
+ <version>3.3.75</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>net.jcip</groupId>
+ <artifactId>jcip-annotations</artifactId>
+ <version>1.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>net.noderunner</groupId>
+ <artifactId>amazon-s3</artifactId>
+ <version>1.0.0.0</version>
+ <optional>true</optional>
+ </dependency>
+ <dependency>
+ <groupId>hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <version>1.8.0.7</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.easymock</groupId>
+ <artifactId>easymock</artifactId>
+ <version>2.4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossjta</artifactId>
+ <version>4.4.0.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossjts</artifactId>
+ <version>4.6.1.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>jboss.jbossts</groupId>
+ <artifactId>jbossts-common</artifactId>
+ <version>4.6.1.GA</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>beanshell</groupId>
+ <artifactId>bsh</artifactId>
+ <version>2.0b4</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>net.noderunner</groupId>
+ <artifactId>http</artifactId>
+ <version>1.0</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.servlet</groupId>
+ <artifactId>servlet-api</artifactId>
+ <version>2.5</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.testng</groupId>
+ <artifactId>testng</artifactId>
+ <version>5.8</version>
+ <classifier>jdk15</classifier>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
+ <reporting>
+ <plugins>
+ <plugin>
+ <artifactId>maven-surefire-report-plugin</artifactId>
+ <version>2.4.3-JBOSS</version>
+ </plugin>
+ </plugins>
+ </reporting>
+ <properties>
+ <defaultTestGroup>unit</defaultTestGroup>
+ <javadocPhase>install</javadocPhase>
+ <jbosscache-core-version>3.2.1.GA</jbosscache-core-version>
+ </properties>
+</project>
\ No newline at end of file
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.md5
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.md5 (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.md5 2009-10-02 21:21:36 UTC (rev 29266)
@@ -0,0 +1 @@
+7c324b8d283a99e8fe9168d7d20253d1
\ No newline at end of file
Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.sha1
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.sha1 (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.1.GA/jbosscache-core-3.2.1.GA.pom.sha1 2009-10-02 21:21:36 UTC (rev 29266)
@@ -0,0 +1 @@
+a49203af2813a3da04a17a6901101ead170b5cba
\ No newline at end of file
More information about the jboss-cvs-commits
mailing list