blob: f4eb3e57760a4db375da3d0e818e2ac8906d5d20 [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
#############################################################
# Properties introduced in 3.5 M3 (PDE base builder R35_M2). See
# http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html
flattenDependencies=true
parallelCompilation=true