Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2018-08-28 12:03:06 +0000
committerStephan Herrmann2018-08-28 12:03:06 +0000
commite55f683e240634193abe5385a6b1370dc7750929 (patch)
tree9fc37aa2e79c84b8693f1f1a967e173717a5188d /releng/build-scripts/build
parentb94fba786033dfb427ed6bf525b1488410d52647 (diff)
downloadorg.eclipse.objectteams-e55f683e240634193abe5385a6b1370dc7750929.tar.gz
org.eclipse.objectteams-e55f683e240634193abe5385a6b1370dc7750929.tar.xz
org.eclipse.objectteams-e55f683e240634193abe5385a6b1370dc7750929.zip
Releng: build against S-4.9M3-201808230450
Diffstat (limited to 'releng/build-scripts/build')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
-rw-r--r--releng/build-scripts/build/run.properties6
2 files changed, 6 insertions, 6 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index b9f4d383c..4c7fbf558 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -53,14 +53,14 @@ NICE="10"
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20180801-2000"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20180823-0450"}
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.9M2"}
-DROP=${DROPS4}/${DROP:="S-4.9M2-201808012000"}
+EVERSION=${EVERSION:="4.9M3"}
+DROP=${DROPS4}/${DROP:="S-4.9M3-201808230450"}
# EXPORT: archive file of the base eclipse SDK build:
ECLIPSE_SDK_TGZ=${DROP}/eclipse-SDK-${EVERSION}-linux-gtk-${ARCH}.tar.gz
diff --git a/releng/build-scripts/build/run.properties b/releng/build-scripts/build/run.properties
index 109c95963..0c7bd22dc 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,11 +23,11 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.10.100.v20180701-0718/scrip
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.5.100.v20180611-1436.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.15.0.v20180801-2000
-jdt.feature.version.next=3.15.0.v20180801-2001
+jdt.feature.version=3.15.0.v20180823-0831
+jdt.feature.version.next=3.15.0.v20180823-0832
# jdt.core fragments for extracting pre-built classes and properties:
-jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.300.v20180706-1359.jar
+jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.300.v20180810-0804.jar
jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.300.v20180706-1359.jar
# -----------------------------------------------------------

Back to the top