| ############################################################################### |
| # Copyright (c) 2007, 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 |
| ############################################################################### |
| # checkout.propererties |
| |
| # Its handy to set this value to false, |
| # to test new versions of releng.wtpbuilder |
| # If set to false, local edits to wtpbuilder files |
| # are not over written each time a |
| # build starts. |
| # Normally always 'true' for "production" builds, |
| # in which case the version of releng.wtpbuilder |
| # specificed in releng/build.cfg is used for the build. |
| |
| checkout.builder.clean=true |
| |