blob: c0255335c2a563ae3a7632a43bd991ce535f477a [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
david_williams612b96c2009-01-29 02:50:18 +00007# allow the build to be forgiving of resolution problems
8# note, this means things can be built that won't run, but,
9# in some cases, the packaging "fixes" the problem.
10# in some cases, this is required, such as when building multiple
11# versions of singletons
12resolution.devMode=true
13
david_williamsc8c15e32007-12-12 15:34:00 +000014# uncomment if its desired to skip unit tests
15# (if not already defined from elsewhere)
16# skipUnitTests=yes
17
david_williams361b75a2006-01-10 19:56:39 +000018#
david_williams536b5952007-12-09 06:03:17 +000019# in 3.2 based builds, this version is no longer appended to
david_williams361b75a2006-01-10 19:56:39 +000020# pde builder directory name.
21#eclipse.base.version=3.1.0
22
david_williams42f9b242006-11-27 18:45:14 +000023archivesFormat=*,*,*-antZip
24
david_williams07af7532007-12-13 09:11:10 +000025logExtension=.xml
david_williams9e7f5842011-03-06 03:32:03 +000026# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
27# using the JDT Compiler Adapter to compile.
david_williams07af7532007-12-13 09:11:10 +000028javacVerbose=true
david_williams9e7f5842011-03-06 03:32:03 +000029# javacFailOnError must be false otherwise the
30# build will terminated at the first compile error
david_williams6740d682011-01-25 03:42:17 +000031javacFailOnError=false
david_williamsdd21a9c2007-12-13 09:14:36 +000032javacDebugInfo=true
david_williams42f9b242006-11-27 18:45:14 +000033
david_williams9e7f5842011-03-06 03:32:03 +000034# Asks the compiler for verbose output. This should be set
david_williamsdd21a9c2007-12-13 09:14:36 +000035# to true in order for *.bin.log files to be generated when
david_williams9e7f5842011-03-06 03:32:03 +000036# using the JDT Compiler Adapter to compile.
david_williamsdd21a9c2007-12-13 09:14:36 +000037javacVerbose=true
david_williams42f9b242006-11-27 18:45:14 +000038#############################################################
david_williams8e6e8a72008-02-10 07:41:14 +000039
david_williams1f7ed5c2008-10-28 05:04:22 +000040# Properties introduced in 3.5 M3 (PDE base builder R35_M2). See
41# http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html
42
43flattenDependencies=true
44parallelCompilation=true
david_williams061c3e22010-04-29 03:25:24 +000045
46generateSourceReferences=true
david_williamsd4454b32011-03-31 06:09:21 +000047# default is 28, so using +12, to 40 to help avoid lost digits
48generatedVersionLength=40
david_williams33d2fa32010-05-22 04:22:18 +000049
david_williams3e3ae9b2010-05-22 05:29:35 +000050#repoBaseLocation=${buildDirectory}/${buildLabel}/repository
david_williams92d59912010-06-07 16:07:48 +000051transformedRepoLocation=${buildDirectory}/transformedRepo
Carl Anderson3cf43402012-08-15 12:27:17 -040052fetchCacheLocation=${buildDirectory}/fetchCacheLocation
david_williamsff60b322011-03-06 07:15:01 +000053
54cvs.reallyquiet=true
Carl Anderson5509ad92013-05-20 18:35:37 -040055
56allowBinaryCycles=true