| # Configure the build compiler for phase 2. | |
| # This file is read from build/build.xml | |
| build.compiler=org.eclipse.jdt.core.JDTCompilerAdapter | |
| compilerArg=-enableJavadoc -encoding UTF-8 -proc:none -ot.weaving:otdre | |
| javaSource=1.8 | |
| javacSource=1.8 | |
| javacTarget=1.8 | |
| javacDebugInfo=true | |
| javacFailOnError=true | |