Added the async HTTP servlet 3.0 module

This commit is contained in:
Juan Hernandez 2012-04-23 14:47:09 +02:00
parent 92093e02cb
commit c853d7e66b
2 changed files with 8 additions and 5 deletions

View File

@ -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>

View File

@ -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@redhat.com> 2.3.2-3
- Added async HTTP Servlet 3.0 module
* Mon Apr 12 2012 Juan Hernandez <juan.hernandez@redhat.com> 2.3.2-2
- Build CDI integration module (bug #812978)