blob: ae579e7782a313443bfc9f3493fc47e84240130a [file] [log] [blame]
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00001# Configure the build compiler for phase 2.
2# This file is read from build/build.xml
3build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter
Stephan Herrmanna50e10b2015-10-18 14:13:03 +02004compilerArg=-enableJavadoc -encoding UTF-8 -proc:none -ot.weaving:otdre
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