Fix build with jdk9
OBS-URL: https://build.opensuse.org/package/show/Java:packages/wsdl4j?expand=0&rev=19
This commit is contained in:
parent
777c436985
commit
feafe52df1
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 20:09:45 UTC 2017 - fstrba@suse.com
|
||||
|
||||
- Specify java source and target level 1.6 in order to allow
|
||||
building with jdk9
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 19 12:12:11 UTC 2017 - tchvatal@suse.com
|
||||
|
||||
|
@ -60,7 +60,7 @@ Description Language for Java.
|
||||
%setup -q -n %{name}-1_6_3
|
||||
|
||||
%build
|
||||
ant -Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 compile javadocs
|
||||
ant -Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 compile javadocs
|
||||
|
||||
%install
|
||||
# inject OSGi manifests
|
||||
|
Loading…
x
Reference in New Issue
Block a user