[jboss-cvs] Repository SVN: r22431 - in maven2/org/jboss/resteasy/resteasy-test-data: 1.0.1.GA and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Jan 29 19:28:25 EST 2009


Author: bill.burke at jboss.com
Date: 2009-01-29 19:28:25 -0500 (Thu, 29 Jan 2009)
New Revision: 22431

Added:
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.md5
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.sha1
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.md5
   maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.sha1
Log:


Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar
===================================================================
(Binary files differ)


Property changes on: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.md5
===================================================================
--- maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.md5	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.md5	2009-01-30 00:28:25 UTC (rev 22431)
@@ -0,0 +1 @@
+1ae3bdef0d82266defca551c5d90eaff
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.sha1
===================================================================
--- maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.sha1	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.jar.sha1	2009-01-30 00:28:25 UTC (rev 22431)
@@ -0,0 +1 @@
+3a905b28d477d7309ec6ef8bb3153bd48e9b09b6
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom
===================================================================
--- maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom	2009-01-30 00:28:25 UTC (rev 22431)
@@ -0,0 +1,56 @@
+<?xml version="1.0"?>
+<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>
+   <parent>
+      <artifactId>resteasy-jaxrs-all</artifactId>
+      <groupId>org.jboss.resteasy</groupId>
+      <version>1.0.1.GA</version>
+   </parent>
+   <artifactId>resteasy-test-data</artifactId>
+   <name>RESTEasy JAX-RS Test Data</name>
+   <packaging>jar</packaging>
+   <dependencies>
+      <dependency>
+         <groupId>com.sun.xml.bind</groupId>
+         <artifactId>jaxb-impl</artifactId>
+      </dependency>
+      <dependency>
+         <groupId>com.sun.xml.fastinfoset</groupId>
+         <artifactId>FastInfoset</artifactId>
+      </dependency>
+      <!-- javax.activation.DataSource provider is required by spec -->
+      <dependency>
+         <groupId>javax.activation</groupId>
+         <artifactId>activation</artifactId>
+      </dependency>
+   </dependencies>
+   <build>
+      <plugins>
+         <plugin>
+            <groupId>org.jvnet.jaxb2.maven2</groupId>
+            <artifactId>maven-jaxb2-plugin</artifactId>
+            <version>0.4</version>
+            <dependencies>
+               <!-- javax.activation.DataSource provider is required by spec -->
+               <dependency>
+                  <groupId>javax.activation</groupId>
+                  <artifactId>activation</artifactId>
+                  <version>1.1</version>
+               </dependency>
+               <dependency>
+                  <groupId>com.sun.xml.bind</groupId>
+                  <artifactId>jaxb-impl</artifactId>
+                  <version>2.1.2</version>
+               </dependency>
+            </dependencies>
+            <executions>
+               <execution>
+                  <goals>
+                     <goal>generate</goal>
+                  </goals>
+               </execution>
+            </executions>
+         </plugin>
+      </plugins>
+   </build>
+</project>

Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.md5
===================================================================
--- maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.md5	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.md5	2009-01-30 00:28:25 UTC (rev 22431)
@@ -0,0 +1 @@
+6c301d0cd647c694ddc29139ad91824a
\ No newline at end of file

Added: maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.sha1
===================================================================
--- maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.sha1	                        (rev 0)
+++ maven2/org/jboss/resteasy/resteasy-test-data/1.0.1.GA/resteasy-test-data-1.0.1.GA.pom.sha1	2009-01-30 00:28:25 UTC (rev 22431)
@@ -0,0 +1 @@
+0a736f8579815dac128e636edb4ecbdd512704a0
\ No newline at end of file




More information about the jboss-cvs-commits mailing list