Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2017-01-10 20:47:09 +0000
committerStephan Herrmann2017-01-10 20:47:09 +0000
commit0f06de7c557532e7a2cbb12d138bd9b86bf95f2e (patch)
tree84401963f6c1c7ccfe64b7e3229e5952d55d1abe /releng/build-scripts
parent075eee2ed8f793fda8aad5a024a8fdd11426aaf4 (diff)
downloadorg.eclipse.objectteams-0f06de7c557532e7a2cbb12d138bd9b86bf95f2e.tar.gz
org.eclipse.objectteams-0f06de7c557532e7a2cbb12d138bd9b86bf95f2e.tar.xz
org.eclipse.objectteams-0f06de7c557532e7a2cbb12d138bd9b86bf95f2e.zip
Releng: build against I20170102-2000 (previous build was removed)
(and next Monday build was unstable)
Diffstat (limited to 'releng/build-scripts')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
-rw-r--r--releng/build-scripts/build/run.properties4
2 files changed, 5 insertions, 5 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index 09cd22d46..ffedeae93 100644
--- a/releng/build-scripts/build/otdt_prerequisites-hipp.sh
+++ b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
@@ -52,14 +52,14 @@ NICE="10"
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=${SDK_QUALIFIER:="I20170101-2000"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20170102-2000"}
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="I20170101-2000"}
-DROP=${DROPS4}/${DROP:="I20170101-2000"}
+EVERSION=${EVERSION:="I20170102-2000"}
+DROP=${DROPS4}/${DROP:="I20170102-2000"}
# 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 b4044dd53..2cd22fe15 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,8 +23,8 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.200.v20161007-1117/script
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.4.0.v20161219-1356.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.13.0.v20170101-2000
-jdt.feature.version.next=3.13.0.v20170101-2001
+jdt.feature.version=3.13.0.v20170102-2000
+jdt.feature.version.next=3.13.0.v20170102-2001
# jdt.core fragments for extracting pre-built classes and properties:
jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.0.v20161129-1307.jar

Back to the top