Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-02-17 11:27:16 +0000
committerSravan Kumar Lakkimsetti2020-02-17 11:37:04 +0000
commit2d71157cbf7aeb797bfb4804a55c24d3656fe730 (patch)
tree8629a37571fd5efef0bba1e2b378c21e0f325670 /cje-production/X-build/buildproperties.txt
parent1cfa471fbb907cc85a7d84375214228622c18704 (diff)
downloadeclipse.platform.releng.aggregator-2d71157cbf7aeb797bfb4804a55c24d3656fe730.tar.gz
eclipse.platform.releng.aggregator-2d71157cbf7aeb797bfb4804a55c24d3656fe730.tar.xz
eclipse.platform.releng.aggregator-2d71157cbf7aeb797bfb4804a55c24d3656fe730.zip
Bug 560226 - Create experimental builds using prefix X on JIRO
Change-Id: Id9124ec9407611f177a30f45c38fe0c29e9058c6 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production/X-build/buildproperties.txt')
-rw-r--r--cje-production/X-build/buildproperties.txt53
1 files changed, 53 insertions, 0 deletions
diff --git a/cje-production/X-build/buildproperties.txt b/cje-production/X-build/buildproperties.txt
new file mode 100644
index 000000000..78d529f9e
--- /dev/null
+++ b/cje-production/X-build/buildproperties.txt
@@ -0,0 +1,53 @@
+#*******************************************************************************
+# Copyright (c) 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:
+# Sravan Lakkimsetti - initial API and implementation
+#*******************************************************************************
+
+# This file contains environmental properties as key value pairs. Lines starting
+# with # are considered comments and no spaces allowed in keys
+
+# CJE build variables
+BRANCH="master"
+PATCH_OR_BRANCH_LABEL="master"
+BUILD_TYPE_NAME="Experimental"
+BUILD_TYPE="X"
+TESTED_BUILD_TYPE="X"
+RELEASE_VER="4.15"
+STREAM="4.15.0"
+STREAMMajor="4"
+STREAMMinor="15"
+STREAMService="0"
+GIT_ROOT="ssh://genie.releng@git.eclipse.org:29418"
+AGG_REPO="/platform/eclipse.platform.releng.aggregator.git"
+AGG_DIR="gitCache/eclipse.platform.releng.aggregator"
+DROP_DIR="siteDir/eclipse/downloads/drops4"
+UPDATES_DIR="siteDir/eclipse/updates"
+EQUINOX_DROP_DIR="siteDir/equinox/drops"
+TMP_DIR="tmp"
+DOWNLOAD_HOST="download.eclipse.org"
+BUILD_TO_COMPARE_SITE="ftp.osuosl.org/pub/eclipse/eclipse/updates"
+LOCAL_REPO="localMavenRepo"
+
+# Base builder parameters
+BASEBUILDER_TAG="4.14"
+API_PREV_REF_LABEL="4.14"
+PREVIOUS_RELEASE_VER="4.14"
+PREVIOUS_RELEASE_ID="R-4.14-201912100610"
+BUILDTOOLS_REPO="https://download.eclipse.org/eclipse/updates/buildtools/"
+WEBTOOLS_REPO="https://download.eclipse.org/webtools/downloads/drops/R3.12.0/R-3.12.0-20181130055351/repositoryunittests/"
+WEBTOOLS_VER="1.2.0.v201405010053"
+BASEBUILDER_DIR="tmp/org.eclipse.releng.basebuilder"
+ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.15-I-builds/"
+
+#Maven parameters
+MAVEN_OPTS="-Xmx6G"
+JAVA_DOC_TOOL="-Declipse.javadoc=/opt/tools/java/openjdk/jdk-11/latest/bin/javadoc"

Back to the top