blob: c076650ccbcbafd31b2a96a6598442880bd00745 [file] [log] [blame]
# This is the eclipse releng driver
# It is only used to drive the build process
# it must be relative to the build home
#
# uncomment if its desired to skip unit tests
# (if not already defined from elsewhere)
# skipUnitTests=yes
#
# in 3.2 based builds, this version is no longer appended to
# pde builder directory name.
#eclipse.base.version=3.1.0
archivesFormat=*,*,*-antZip
logExtension=.xml
# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
# using the JDT Compiler Adapter to compile.
javacVerbose=true
# javacFailOnError must be false otherwise the
# build will terminated at the first compile error
javacFailOnError=false
javacDebugInfo=true
# Asks the compiler for verbose output. This should be set
# to true in order for *.bin.log files to be generated when
# using the JDT Compiler Adapter to compile.
javacVerbose=true
#############################################################