[jboss-cvs] Repository SVN: r28595 - in maven2-brew/org/jboss/cache/jbosscache-core: 3.2.0.CR1 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Aug 17 15:49:49 EDT 2009


Author: permaine
Date: 2009-08-17 15:49:49 -0400 (Mon, 17 Aug 2009)
New Revision: 28595

Added:
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.md5
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.sha1
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.md5
   maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.sha1
Modified:
   maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml
   maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.md5
   maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.sha1
Log:
Add Brew build 3.2.0.CR1

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar
===================================================================
(Binary files differ)


Property changes on: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.md5
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.md5	                        (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.md5	2009-08-17 19:49:49 UTC (rev 28595)
@@ -0,0 +1 @@
+f1af76b45303dbcda4ce77cc5180f4a0
\ No newline at end of file

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.sha1
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.sha1	                        (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.jar.sha1	2009-08-17 19:49:49 UTC (rev 28595)
@@ -0,0 +1 @@
+955a948bc7abc69fa86f911e7c3cd90da3fdea59
\ No newline at end of file

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom	                        (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom	2009-08-17 19:49:49 UTC (rev 28595)
@@ -0,0 +1,456 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <artifactId>jbosscache-common-parent</artifactId>
+    <groupId>org.jboss.cache</groupId>
+    <version>1.5</version>
+  </parent>
+  <groupId>org.jboss.cache</groupId>
+  <artifactId>jbosscache-core</artifactId>
+  <version>3.2.0.CR1</version>
+  <name>JBoss Cache - Core Edition</name>
+  <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.0.CR1-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.9.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>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.0.CR1</jbosscache-core-version>
+  </properties>
+</project>

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.md5
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.md5	                        (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.md5	2009-08-17 19:49:49 UTC (rev 28595)
@@ -0,0 +1 @@
+5148c912d3c931c2f009697f24a8e342
\ No newline at end of file

Added: maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.sha1
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.sha1	                        (rev 0)
+++ maven2-brew/org/jboss/cache/jbosscache-core/3.2.0.CR1/jbosscache-core-3.2.0.CR1.pom.sha1	2009-08-17 19:49:49 UTC (rev 28595)
@@ -0,0 +1 @@
+b7b0d68cff32eb0f9f7b231a5cd51df2d7951bf1
\ No newline at end of file

Modified: maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml	2009-08-17 19:18:43 UTC (rev 28594)
+++ maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml	2009-08-17 19:49:49 UTC (rev 28595)
@@ -1,4 +1,6 @@
-<?xml version="1.0" encoding="UTF-8"?><metadata>
+<?xml version="1.0" encoding="UTF-8"?>
+<metadata xsi:schemaLocation="http://maven.apache.org/METADATA/1.0.0 http://maven.apache.org/xsd/metadata-1.0.0.xsd" xmlns="http://maven.apache.org/METADATA/1.0.0"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
   <groupId>org.jboss.cache</groupId>
   <artifactId>jbosscache-core</artifactId>
   <version>3.1.0.GA</version>
@@ -6,7 +8,8 @@
     <versions>
       <version>3.1.0.GA</version>
       <version>3.2.0.BETA1</version>
+      <version>3.2.0.CR1</version>
     </versions>
-    <lastUpdated>20090807183232</lastUpdated>
+    <lastUpdated>20090817194832</lastUpdated>
   </versioning>
-</metadata>
\ No newline at end of file
+</metadata>

Modified: maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.md5
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.md5	2009-08-17 19:18:43 UTC (rev 28594)
+++ maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.md5	2009-08-17 19:49:49 UTC (rev 28595)
@@ -1 +1 @@
-a368db70e5ee0b265e0d0fd692440e41
\ No newline at end of file
+fa1f8fc92dce06ef890f6910eef68f54
\ No newline at end of file

Modified: maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.sha1
===================================================================
--- maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.sha1	2009-08-17 19:18:43 UTC (rev 28594)
+++ maven2-brew/org/jboss/cache/jbosscache-core/maven-metadata.xml.sha1	2009-08-17 19:49:49 UTC (rev 28595)
@@ -1 +1 @@
-c117cf8353ec33c4935386afe8e9f6ac0820880a
\ No newline at end of file
+529a3630d1b1577652c6ee7c1d0196144d85be81
\ No newline at end of file




More information about the jboss-cvs-commits mailing list