Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2017-10-17 21:31:00 +0000
committerStephan Herrmann2017-10-17 21:31:00 +0000
commit5f11904973146dd000ee66d0a8edfa8b1ff51547 (patch)
treedbbaefec9c2675b4ec1400087e245607c5623419 /releng/build-scripts
parent16888a0d580c96a6f9ab586154e77d2f46fb0ce8 (diff)
downloadorg.eclipse.objectteams-5f11904973146dd000ee66d0a8edfa8b1ff51547.tar.gz
org.eclipse.objectteams-5f11904973146dd000ee66d0a8edfa8b1ff51547.tar.xz
org.eclipse.objectteams-5f11904973146dd000ee66d0a8edfa8b1ff51547.zip
releng: build against Oxygen.1a
+ some version updates
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.properties8
2 files changed, 7 insertions, 7 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index fc40d37d4..76b97b6b1 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:="I20170531-2000"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="I20171009-0410"}
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="4.7RC3"}
-DROP=${DROPS4}/${DROP:="S-4.7RC3-201705312000/"}
+EVERSION=${EVERSION:="4.7.1a"}
+DROP=${DROPS4}/${DROP:="R-4.7.1a-201710090410/"}
# 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 998391760..08a3adeb9 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -23,12 +23,12 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.300.v20170515-0912/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.v20170531-2000
-jdt.feature.version.next=3.13.0.v20170531-2001
+jdt.feature.version=3.13.1.v20171009-0410
+jdt.feature.version.next=3.13.1.v20171009-411
# jdt.core fragments for extracting pre-built classes and properties:
-jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.0.v20170502-0408.jar
-jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.0.v20170502-0408.jar
+jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.3.50.v20170920-0950.jar
+jdt.compiler.tool=org.eclipse.jdt.compiler.tool_1.2.50.v20170920-0950.jar
# -----------------------------------------------------------
#Git Support for PDE BUILD:

Back to the top