blob: e7b97d5f32ff7e34dbe29c0b10b6cae5906d5c8f [file] [log] [blame]
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00001# Configure the build compiler for phase 1.
2# This file is read from build/build.xml
3build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
Stephan Herrmann533a3012017-10-19 23:31:16 +02004compilerArg=-enableJavadoc -encoding UTF-8
Stephan Herrmann5851ef62013-12-17 17:58:10 +01005javaSource=1.6
6javacSource=1.6
7javacTarget=1.6
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00008javacDebugInfo=true
9javacFailOnError=true
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000010