[jboss-cvs] JBossAS SVN: r100155 - in trunk: resteasy-int/zip and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Jan 29 21:33:31 EST 2010


Author: bill.burke at jboss.com
Date: 2010-01-29 21:33:30 -0500 (Fri, 29 Jan 2010)
New Revision: 100155

Modified:
   trunk/build/build.xml
   trunk/resteasy-int/zip/assembly.xml
Log:
resteasy integration



Modified: trunk/build/build.xml
===================================================================
--- trunk/build/build.xml	2010-01-30 01:56:32 UTC (rev 100154)
+++ trunk/build/build.xml	2010-01-30 02:33:30 UTC (rev 100155)
@@ -200,6 +200,7 @@
                    module-ejb3,
                    module-tomcat,
                    module-webservices,
+                   module-resteasy,
                    module-hibernate-int,
                    module-console">
   </target>
@@ -1869,6 +1870,21 @@
     </copy>
   </target>
 
+  <!-- =========== -->
+  <!-- Resteasy -->
+  <!-- =========== -->
+
+  <target name="module-resteasy">
+    <property name="resteasy.module.name" value="resteasy-int"/>
+    <property name="resteasy.module.output" value="${project.root}/${resteasy.module.name}/zip/target/distribution"/>
+
+    <unzip dest="${install.all.deployers}" 
+             src="${resteasy.module.output}/resteasy-int-all.zip"/>
+  </target>
+
+  <target name="module-resteasy-all">
+  </target>
+
   <!-- ============ -->
   <!-- Hibernate    -->
   <!-- ============ -->

Modified: trunk/resteasy-int/zip/assembly.xml
===================================================================
--- trunk/resteasy-int/zip/assembly.xml	2010-01-30 01:56:32 UTC (rev 100154)
+++ trunk/resteasy-int/zip/assembly.xml	2010-01-30 02:33:30 UTC (rev 100155)
@@ -23,6 +23,7 @@
             <includes>
                 <include>org.jboss.jbossas:jboss-as-resteasy</include>
                 <include>org.jboss.resteasy:resteasy-jaxrs</include>
+                <include>org.jboss.resteasy:jaxrs-api</include>
                 <include>org.jboss.resteasy:resteasy-jaxb-provider</include>
                 <include>org.jboss.resteasy:resteasy-jettison-provider</include>
                 <include>org.jboss.resteasy:resteasy-atom-provider</include>




More information about the jboss-cvs-commits mailing list