Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar L2019-03-04 17:41:22 +0000
committerSravan Kumar L2019-03-04 17:41:22 +0000
commitbf97022710b89a57d36a5e0687ab0437786dc9e2 (patch)
tree56bd37be06cd6e949d9219fbfc1e5cb2679df988 /cje-production
parent210a7fffa9e437ba1492fb919c0c98b8508a52c1 (diff)
downloadeclipse.platform.releng.aggregator-bf97022710b89a57d36a5e0687ab0437786dc9e2.tar.gz
eclipse.platform.releng.aggregator-bf97022710b89a57d36a5e0687ab0437786dc9e2.tar.xz
eclipse.platform.releng.aggregator-bf97022710b89a57d36a5e0687ab0437786dc9e2.zip
Bug 545018 - Create script to build basebuilder for use in build processI20190304-1800
Change-Id: I83f2800bf8ad3d17942a862da249962d6f687c53 Signed-off-by: Sravan Kumar L <sravankumarl@in.ibm.com>
Diffstat (limited to 'cje-production')
-rw-r--r--cje-production/buildproperties.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cje-production/buildproperties.txt b/cje-production/buildproperties.txt
index 482ed7c38..181e57a65 100644
--- a/cje-production/buildproperties.txt
+++ b/cje-production/buildproperties.txt
@@ -50,7 +50,7 @@ ECLIPSE_RUN_REPO="https://download.eclipse.org/eclipse/updates/4.11-I-builds/"
# Base builder parameters start
PREVIOUS_RELEASE_ID="R-4.10-201812060815"
PREVIOUS_RELEASE_VER="4.10"
-BUILDTOOLS_REPO="https://build.eclipse.org/eclipse/buildtools/"
+BUILDTOOLS_REPO="http://build.eclipse.org/eclipse/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="siteDir/org.eclipse.releng.basebuilder"

Back to the top