Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2017-02-14 22:20:49 +0000
committerStephan Herrmann2017-02-14 22:20:49 +0000
commit4f9466cde0d0f26d7b524d5aa05ea2dce4b4727a (patch)
tree4e73f42644c39f9e1cfe1d2ab604e85098a09556
parenta3bdecdeaeab40921f29813a48468a301396f0c7 (diff)
downloadorg.eclipse.objectteams-4f9466cde0d0f26d7b524d5aa05ea2dce4b4727a.tar.gz
org.eclipse.objectteams-4f9466cde0d0f26d7b524d5aa05ea2dce4b4727a.tar.xz
org.eclipse.objectteams-4f9466cde0d0f26d7b524d5aa05ea2dce4b4727a.zip
Releng: build against M20170208-0400 for Neon.3 RC1
-rw-r--r--features/org.eclipse.objectteams.otdt.core.patch/feature.xml4
-rw-r--r--releng/build-scripts/build/otdt_prerequisites-hipp.sh6
-rw-r--r--releng/build-scripts/build/run.properties4
3 files changed, 7 insertions, 7 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
index ca90eb43e..8b7ba9d55 100644
--- a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
+++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml
@@ -59,14 +59,14 @@ Project Leader:
</url>
<requires>
- <import feature="org.eclipse.jdt" version="3.12.2.v20170111-0400" patch="true"/>
+ <import feature="org.eclipse.jdt" version="3.12.3.v20170208-0400" patch="true"/>
</requires>
<plugin
id="org.eclipse.jdt.core"
download-size="5614"
install-size="5614"
- version="3.12.2.v_OTDT_r253_qualifier"
+ version="3.12.3.v_OTDT_r253_qualifier"
unpack="false"/>
</feature>
diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh
index 0577a07e3..6e5786439 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:="M20170111-0400"}
+SDK_QUALIFIER=${SDK_QUALIFIER:="M20170208-0400"}
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=${EVERSION:="M20170111-0400"}
-DROP=${DROPS4}/${DROP:="M20170111-0400"}
+EVERSION=${EVERSION:="4.6.3RC1"}
+DROP=${DROPS4}/${DROP:="M-4.6.3RC1-201702080400"}
# 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 719d2a932..95e306599 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.v20160204-0642/script
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.201.v20161025-1711.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.12.2.v20170111-0400
-jdt.feature.version.next=3.12.2.v20170111-401
+jdt.feature.version=3.12.3.v20170208-0400
+jdt.feature.version.next=3.12.3.v20170208-401
# jdt.core fragments for extracting pre-built classes and properties:
jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar

Back to the top