blob: 8b2e18540b17a748e6dd41a554e82bcfc15b038f [file] [log] [blame]
nickboldt03a6f082019-02-12 15:17:11 -05001###############################################################################
2# Copyright (c) 2005, 2019 IBM Corporation and others.
3# This program and the accompanying materials
4# are made available under the terms of the Eclipse Public License 2.0
5# which accompanies this distribution, and is available at
6# https://www.eclipse.org/legal/epl-2.0/
7#
8# SPDX-License-Identifier: EPL-2.0
9#
10# Contributors:
11# IBM Corporation - initial API and implementation
12###############################################################################
ndaib8cedc82005-09-13 18:00:32 +000013
ndaib8cedc82005-09-13 18:00:32 +000014# This is the eclipse releng driver
15# It is only used to drive the build process
david_williams42f9b242006-11-27 18:45:14 +000016# it must be relative to the build home
david_williams361b75a2006-01-10 19:56:39 +000017#
david_williamsc8c15e32007-12-12 15:34:00 +000018
david_williams612b96c2009-01-29 02:50:18 +000019# allow the build to be forgiving of resolution problems
20# note, this means things can be built that won't run, but,
21# in some cases, the packaging "fixes" the problem.
22# in some cases, this is required, such as when building multiple
23# versions of singletons
24resolution.devMode=true
25
david_williamsc8c15e32007-12-12 15:34:00 +000026# uncomment if its desired to skip unit tests
27# (if not already defined from elsewhere)
28# skipUnitTests=yes
29
david_williams361b75a2006-01-10 19:56:39 +000030#
david_williams536b5952007-12-09 06:03:17 +000031# in 3.2 based builds, this version is no longer appended to
david_williams361b75a2006-01-10 19:56:39 +000032# pde builder directory name.
33#eclipse.base.version=3.1.0
34
david_williams42f9b242006-11-27 18:45:14 +000035archivesFormat=*,*,*-antZip
36
david_williams07af7532007-12-13 09:11:10 +000037logExtension=.xml
david_williams9e7f5842011-03-06 03:32:03 +000038# Asks the compiler for verbose output. This should be set to true in order for *.bin.log files to be generated when
39# using the JDT Compiler Adapter to compile.
david_williams07af7532007-12-13 09:11:10 +000040javacVerbose=true
david_williams9e7f5842011-03-06 03:32:03 +000041# javacFailOnError must be false otherwise the
42# build will terminated at the first compile error
david_williams6740d682011-01-25 03:42:17 +000043javacFailOnError=false
david_williamsdd21a9c2007-12-13 09:14:36 +000044javacDebugInfo=true
david_williams42f9b242006-11-27 18:45:14 +000045
david_williams9e7f5842011-03-06 03:32:03 +000046# Asks the compiler for verbose output. This should be set
david_williamsdd21a9c2007-12-13 09:14:36 +000047# to true in order for *.bin.log files to be generated when
david_williams9e7f5842011-03-06 03:32:03 +000048# using the JDT Compiler Adapter to compile.
david_williamsdd21a9c2007-12-13 09:14:36 +000049javacVerbose=true
david_williams42f9b242006-11-27 18:45:14 +000050#############################################################
david_williams8e6e8a72008-02-10 07:41:14 +000051
david_williams1f7ed5c2008-10-28 05:04:22 +000052# Properties introduced in 3.5 M3 (PDE base builder R35_M2). See
53# http://aniefer.blogspot.com/2008/10/sorting-bundles-and-parallel.html
54
55flattenDependencies=true
56parallelCompilation=true
david_williams061c3e22010-04-29 03:25:24 +000057
58generateSourceReferences=true
david_williamsd4454b32011-03-31 06:09:21 +000059# default is 28, so using +12, to 40 to help avoid lost digits
60generatedVersionLength=40
david_williams33d2fa32010-05-22 04:22:18 +000061
david_williams3e3ae9b2010-05-22 05:29:35 +000062#repoBaseLocation=${buildDirectory}/${buildLabel}/repository
david_williams92d59912010-06-07 16:07:48 +000063transformedRepoLocation=${buildDirectory}/transformedRepo
Carl Anderson3cf43402012-08-15 12:27:17 -040064fetchCacheLocation=${buildDirectory}/fetchCacheLocation
david_williamsff60b322011-03-06 07:15:01 +000065
66cvs.reallyquiet=true
Carl Anderson5509ad92013-05-20 18:35:37 -040067
68allowBinaryCycles=true