blob: 0082959e4430c442c6d7a22c025de339e4163a0c [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
#
# allow the build to be forgiving of resolution problems
# note, this means things can be built that won't run, but,
# in some cases, the packaging "fixes" the problem.
# in some cases, this is required, such as when building multiple
# versions of singletons
resolution.devMode=true
# 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