mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:24:56 +00:00
Compile with Java 7
This commit is contained in:
parent
822f55d9f2
commit
1ed45b1a20
2 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue