File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
SPECS-EXTENDED/servletapi5 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ cd jakarta-tomcat-%{version}-src/jakarta-servletapi-5
55
55
find . -type f -name " *.jar" -exec rm -f {} \;
56
56
pushd .
57
57
cd jsr154
58
- ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
58
+ ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
59
59
popd
60
60
pushd .
61
61
cd jsr152
62
- ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6
62
+ ant jar examples -Dservletapi.build=build -Dservletapi.dist=dist -Dant.build.javac.source=1.8 -Dant.build.javac.target=1.8
63
63
popd
64
64
65
65
%install
You can’t perform that action at this time.
0 commit comments