Fix build with jdk <= 7
OBS-URL: https://build.opensuse.org/package/show/Java:packages/servletapi4?expand=0&rev=15
This commit is contained in:
parent
8e283fae95
commit
39ff6302f1
@ -14,7 +14,7 @@ Index: jakarta-servletapi-4-src/build.xml
|
||||
<target name="javadoc" depends="prepare">
|
||||
|
||||
<javadoc packagenames="javax.servlet.*"
|
||||
+ source="1.6" additionalparam="-Xdoclint:none"
|
||||
+ source="1.6"
|
||||
sourcepath="${basedir}/src/share"
|
||||
destdir="${servletapi.build}/docs/api"
|
||||
use="true"
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 18 12:47:42 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Modified patch:
|
||||
* java160_build.patch
|
||||
+ Don't switch off doclint; it is switched off by default
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 10 13:00:57 UTC 2017 - fstrba@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user