Fridrich Strba 2017-09-07 12:01:05 +00:00 committed by Git OBS Bridge
parent f9998bfb4a
commit 804d220cf8
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Sep 7 11:59:41 UTC 2017 - fstrba@suse.com
- Build with java source and target versions 1.6
* fixes build with jdk9
-------------------------------------------------------------------
Fri May 19 08:43:40 UTC 2017 - tchvatal@suse.com

View File

@ -82,7 +82,7 @@ export MAVEN_OPTS="-Dmaven2.jpp.mode=true -Dmaven2.jpp.depmap.file=%{SOURCE2} -D
export CLASSPATH=$(build-classpath junit)
ant -Dbuild.sysclasspath=first \
-Dant.build.javac.source=1.5 -Dant.build.javac.target=1.5 \
-Dant.build.javac.source=1.6 -Dant.build.javac.target=1.6 \
-Dconf.home=src/conf \
-Dbuild.home=build \
-Dsource.home=src/main/java \