Add patch implementing servlet 3.1 methods.

This commit is contained in:
Alexander Kurtakov 2014-01-06 14:18:00 +02:00
parent 6007ad1f60
commit c07c10859d
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,7 @@ Patch19: %{pkg_name}-fix-dropins.patch
Patch20: %{pkg_name}-bug-408505.patch
Patch21: %{pkg_name}-bug-386377.patch
Patch22: %{pkg_name}-servlet-3.1.patch
BuildRequires: ant >= 1.8.3
BuildRequires: rsync
@ -328,6 +329,7 @@ tar --strip-components=1 -xf %{SOURCE1}
pushd rt.equinox.framework
%patch21 -p1
popd
%patch22
#Disable as many things as possible to make the build faster. We care only for Eclipse.
%pom_disable_module platform.sdk eclipse.platform.releng.tychoeclipsebuilder
@ -990,6 +992,7 @@ fi
%changelog
* Mon Jan 6 2014 Alexander Kurtakov <akurtako@redhat.com> 1:4.3.1-16
- Rebuild for glassfish-jsp update.
- Add patch implementing servlet 3.1 methods.
* Mon Dec 16 2013 Roland Grunberg <rgrunber@redhat.com> - 1:4.3.1-15
- Minor specfile cleanup.