| ############################################################################### |
| # Copyright (c) 2005, 2019 IBM Corporation and others. |
| # This program and the accompanying materials |
| # are made available under the terms of the Eclipse Public License 2.0 |
| # which accompanies this distribution, and is available at |
| # https://www.eclipse.org/legal/epl-2.0/ |
| # |
| # SPDX-License-Identifier: EPL-2.0 |
| # |
| # Contributors: |
| # IBM Corporation - initial API and implementation |
| ############################################################################### |
| |
| # 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 |
| |
| generateSourceReferences=true |
| # default is 28, so using +12, to 40 to help avoid lost digits |
| generatedVersionLength=40 |
| |
| #repoBaseLocation=${buildDirectory}/${buildLabel}/repository |
| transformedRepoLocation=${buildDirectory}/transformedRepo |
| fetchCacheLocation=${buildDirectory}/fetchCacheLocation |
| |
| cvs.reallyquiet=true |
| |
| allowBinaryCycles=true |