blob: 1158ef8bd57b046d7cf724f5731411d864f398cb [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
4compilerArg=-enableJavadoc -encoding ISO-8859-1
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 Herrmann675fad52012-02-19 00:06:19 +010010fetchCacheLocation=/shared/tools/objectteams/gitCache
Stephan Herrmanndcd87c12010-04-25 10:59:27 +000011