Compile with Java 7

This commit is contained in:
Jerom van der Sar 2015-04-26 22:17:25 +02:00
parent 822f55d9f2
commit 1ed45b1a20
2 changed files with 5 additions and 5 deletions

View file

@ -1,3 +1,3 @@
#Build Number for ANT. Do not edit!
#Fri Feb 20 15:08:04 CET 2015
build.number=985
#Build Number for ANT. Do not edit!
#Sun Apr 26 22:16:02 CEST 2015
build.number=987

View file

@ -57,8 +57,8 @@ javac.compilerargs=-Xlint:unchecked -Xlint:deprecation
javac.deprecation=false
javac.processorpath=\
${javac.classpath}
javac.source=1.6
javac.target=1.6
javac.source=1.7
javac.target=1.7
javac.test.classpath=\
${javac.classpath}:\
${build.classes.dir}