[resteasy] Added the async HTTP servlet 3.0 module

Juan Hernandez jhernand at fedoraproject.org
Mon Apr 23 13:00:36 UTC 2012


commit c853d7e66b66d062fc6fd1a83bf7d9e9a3f80e72
Author: Juan Hernandez <juan.hernandez at redhat.com>
Date:   Mon Apr 23 14:47:09 2012 +0200

    Added the async HTTP servlet 3.0 module

 ....2.Final-remove-currently-unbuilt-modules.patch |    6 +++---
 resteasy.spec                                      |    7 +++++--
 2 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch b/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch
index 844cc9e..ee26922 100644
--- a/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch
+++ b/resteasy-2.3.2.Final-remove-currently-unbuilt-modules.patch
@@ -1,8 +1,8 @@
 diff --git a/pom.xml b/pom.xml
-index 455d6ee..965d294 100644
+index 455d6ee..2ce1d2d 100644
 --- a/pom.xml
 +++ b/pom.xml
-@@ -86,22 +86,10 @@
+@@ -86,22 +86,11 @@
          <module>resteasy-test-data</module>
          <module>resteasy-jaxrs</module>
          <module>providers</module>
@@ -20,7 +20,7 @@ index 455d6ee..965d294 100644
          <module>resteasy-cdi</module>
 -        <module>war-tests</module>
 -        <module>examples</module>
--        <module>async-http-servlet-3.0</module>
+         <module>async-http-servlet-3.0</module>
 -        <module>profiling-tests</module>
      </modules>
  
diff --git a/resteasy.spec b/resteasy.spec
index a0dd935..7cdd277 100644
--- a/resteasy.spec
+++ b/resteasy.spec
@@ -3,7 +3,7 @@
 
 Name: resteasy
 Version: 2.3.2
-Release: 2%{?dist}
+Release: 3%{?dist}
 Summary: Framework for RESTful Web services and Java applications
 Group: Development/Libraries
 License: ASL 2.0 and CDDL
@@ -199,6 +199,7 @@ do
   fi
 done <<'.'
 . jaxrs-all
+async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0
 jaxrs-api jaxrs-api
 providers providers
 providers/fastinfoset resteasy-fastinfoset-provider
@@ -221,7 +222,6 @@ tjws tjws
 
 # async-http-jbossweb/async-http-jbossweb-jar async-http-jbossweb
 # async-http-tomcat/asynch-http-tomcat-jar async-http-tomcat6
-# async-http-servlet-3.0/async-http-servlet-3.0 async-http-servlet-3.0
 # eagledns eagledns-fork
 # providers/multipart resteasy-multipart-provider
 # providers/resteasy-hibernatevalidator-provider resteasy-hibernatevalidator-provider
@@ -246,6 +246,9 @@ cp -rp target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name}
 %doc License.html
 
 %changelog
+* Mon Apr 23 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.3.2-3
+- Added async HTTP Servlet 3.0 module
+
 * Mon Apr 12 2012 Juan Hernandez <juan.hernandez at redhat.com> 2.3.2-2
 - Build CDI integration module (bug #812978)
 


More information about the scm-commits mailing list