Accepting request 522255 from Java:packages

Fix build with java 9

OBS-URL: https://build.opensuse.org/request/show/522255
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/jtidy?expand=0&rev=18
This commit is contained in:
Dominique Leuenberger 2017-09-13 20:20:57 +00:00 committed by Git OBS Bridge
commit bc97ac95d0
3 changed files with 13 additions and 5 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 8 08:34:01 UTC 2017 - fstrba@suse.com
- Modified file:
* maven-build.xml
+ Specify java source and target level 1.6 in order to allow
building with jdk9
-------------------------------------------------------------------
Thu Dec 5 19:41:32 UTC 2013 - dvaleev@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package jtidy
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed

View File

@ -79,10 +79,10 @@
debug="true"
optimize="false"
deprecation="true"
target="1.3"
target="1.6"
verbose="false"
fork="false"
source="1.3">
source="1.6">
<src>
<pathelement location="${maven.build.srcDir.0}"/>
</src>
@ -108,10 +108,10 @@
debug="true"
optimize="false"
deprecation="true"
target="1.3"
target="1.6"
verbose="false"
fork="false"
source="1.3">
source="1.6">
<src>
<pathelement location="${maven.build.testDir.0}"/>
</src>