[seam-commits] Seam SVN: r10676 - in branches/community/Seam_2_1: examples and 1 other directory.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 28 07:38:11 EDT 2009


Author: jharting
Date: 2009-04-28 07:38:10 -0400 (Tue, 28 Apr 2009)
New Revision: 10676

Modified:
   branches/community/Seam_2_1/build/resteasy.pom.xml
   branches/community/Seam_2_1/build/root.pom.xml
   branches/community/Seam_2_1/examples/build.xml
Log:
seam tasks example server part

Modified: branches/community/Seam_2_1/build/resteasy.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/resteasy.pom.xml	2009-04-28 11:35:20 UTC (rev 10675)
+++ branches/community/Seam_2_1/build/resteasy.pom.xml	2009-04-28 11:38:10 UTC (rev 10676)
@@ -32,6 +32,11 @@
       </dependency>
       
       <dependency>
+         <groupId>org.jboss.resteasy</groupId>
+         <artifactId>resteasy-atom-provider</artifactId>
+      </dependency>
+      
+      <dependency>
          <groupId>javax.servlet</groupId>
          <artifactId>servlet-api</artifactId>
          <scope>provided</scope>

Modified: branches/community/Seam_2_1/build/root.pom.xml
===================================================================
--- branches/community/Seam_2_1/build/root.pom.xml	2009-04-28 11:35:20 UTC (rev 10675)
+++ branches/community/Seam_2_1/build/root.pom.xml	2009-04-28 11:38:10 UTC (rev 10676)
@@ -349,6 +349,12 @@
          </exclusions>
       </dependency>
 
+	  <dependency>
+		 <groupId>org.jboss.resteasy</groupId>
+		 <artifactId>resteasy-atom-provider</artifactId>
+		 <version>1.1-RC2</version>
+	  </dependency>
+
       <dependency>
         <groupId>org.hibernate</groupId>
         <artifactId>hibernate</artifactId>

Modified: branches/community/Seam_2_1/examples/build.xml
===================================================================
--- branches/community/Seam_2_1/examples/build.xml	2009-04-28 11:35:20 UTC (rev 10675)
+++ branches/community/Seam_2_1/examples/build.xml	2009-04-28 11:38:10 UTC (rev 10676)
@@ -228,6 +228,7 @@
 		<include name="jaxrs-api.jar" if="seam.resteasy.lib" />
 		<include name="resteasy-jaxrs.jar" if="seam.resteasy.lib" />
 		<include name="resteasy-jaxb-provider.jar" if="seam.resteasy.lib" />
+		<include name="resteasy-atom-provider.jar" if="seam.resteasy.lib" />
 		<include name="slf4j-api.jar" if="seam.resteasy.lib" />
 		<include name="slf4j-log4j12.jar" if="seam.resteasy.lib" />
 	</fileset>




More information about the seam-commits mailing list