[jboss-cvs] Repository SVN: r11078 - in maven2/org/resteasy/resteasy-jaxrs-war: 1.0-beta-5 and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Jun 14 09:27:01 EDT 2008


Author: bill.burke at jboss.com
Date: 2008-06-14 09:27:01 -0400 (Sat, 14 Jun 2008)
New Revision: 11078

Added:
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.md5
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.sha1
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.md5
   maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.sha1
Log:
import


Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom	2008-06-14 13:27:01 UTC (rev 11078)
@@ -0,0 +1,48 @@
+<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">
+   <parent>
+      <groupId>org.resteasy</groupId>
+      <artifactId>resteasy-jaxrs-all</artifactId>
+      <version>1.0</version>
+   </parent>
+   <modelVersion>4.0.0</modelVersion>
+   <groupId>org.resteasy</groupId>
+   <artifactId>resteasy-jaxrs-war</artifactId>
+   <packaging>war</packaging>
+   <version>${resteasy-version}</version>
+   <name>Resteasy JAX-RS Template Webapp</name>
+   <url>http://maven.apache.org</url>
+   <repositories>
+      <repository>
+         <id>jboss</id>
+         <url>http://repository.jboss.org/maven2</url>
+      </repository>
+   </repositories>
+   <dependencies>
+      <dependency>
+         <groupId>org.resteasy</groupId>
+         <artifactId>resteasy-jaxrs</artifactId>
+         <version>${resteasy-version}</version>
+      </dependency>
+   </dependencies>
+   <build>
+      <finalName>resteasy-jaxrs</finalName>
+      <plugins>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-compiler-plugin</artifactId>
+            <configuration>
+               <source>1.5</source>
+               <target>1.5</target>
+            </configuration>
+         </plugin>
+         <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+               <createChecksum>true</createChecksum>
+            </configuration>
+         </plugin>
+      </plugins>
+   </build>
+</project>

Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.md5
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.md5	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.md5	2008-06-14 13:27:01 UTC (rev 11078)
@@ -0,0 +1 @@
+9e194eb8026f73a6a2160c9fa5dd977a
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.sha1
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.sha1	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.pom.sha1	2008-06-14 13:27:01 UTC (rev 11078)
@@ -0,0 +1 @@
+11c8ed5f96dfbe539a276a79983922cac98c2715
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war
===================================================================
(Binary files differ)


Property changes on: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.md5
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.md5	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.md5	2008-06-14 13:27:01 UTC (rev 11078)
@@ -0,0 +1 @@
+5808b886cb3b2c292dfbc05f82228b2e
\ No newline at end of file

Added: maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.sha1
===================================================================
--- maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.sha1	                        (rev 0)
+++ maven2/org/resteasy/resteasy-jaxrs-war/1.0-beta-5/resteasy-jaxrs-war-1.0-beta-5.war.sha1	2008-06-14 13:27:01 UTC (rev 11078)
@@ -0,0 +1 @@
+ae50ed77d9d8472c6406cb189f46b125054cb55c
\ No newline at end of file




More information about the jboss-cvs-commits mailing list