blob: 978b5f788339714fcddcf002b75490593ae90d8c [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 Herrmann64c64c62010-06-11 10:15:35 +00004compilerArg=-enableJavadoc -encoding ISO-8859-1
Stephan Herrmanndcd87c12010-04-25 10:59:27 +00005javaSource=1.5
6javacSource=1.5
7javacTarget=1.5
8javacDebugInfo=true
9javacFailOnError=true
10