blob: c076650ccbcbafd31b2a96a6598442880bd00745 [file] [log] [blame]
ndaib8cedc82005-09-13 18:00:32 +00001
ndaib8cedc82005-09-13 18:00:32 +00002# This is the eclipse releng driver
3# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +00004# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +00005#
david_williamsc8c15e32007-12-12 15:34:00 +00006
7# uncomment if its desired to skip unit tests
8# (if not already defined from elsewhere)
9# skipUnitTests=yes
10
david_williams361b75a2006-01-10 19:56:39 +000011#
david_williams536b5952007-12-09 06:03:17 +000012# in 3.2 based builds, this version is no longer appended to
david_williams361b75a2006-01-10 19:56:39 +000013# pde builder directory name.
14#eclipse.base.version=3.1.0
15
david_williams42f9b242006-11-27 18:45:14 +000016archivesFormat=*,*,*-antZip
17
david_williams07af7532007-12-13 09:11:10 +000018logExtension=.xml
19# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
20# using the JDT Compiler Adapter to compile.
21javacVerbose=true
david_williamsdd21a9c2007-12-13 09:14:36 +000022# javacFailOnError must be false otherwise the
23# build will terminated at the first compile error
24javacFailOnError=false
25javacDebugInfo=true
david_williams42f9b242006-11-27 18:45:14 +000026
david_williamsdd21a9c2007-12-13 09:14:36 +000027# Asks the compiler for verbose output. This should be set
28# to true in order for *.bin.log files to be generated when
29# using the JDT Compiler Adapter to compile.
30javacVerbose=true
david_williams42f9b242006-11-27 18:45:14 +000031#############################################################
david_williams8e6e8a72008-02-10 07:41:14 +000032