Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorStephan Herrmann2014-06-05 13:54:39 +0000
committerStephan Herrmann2014-06-05 13:54:39 +0000
commitd5344fa348db52e581daad639dc8266e3d7a2184 (patch)
tree31638657a917f948b9b6e88351b56f8711d005ef /releng
parent1e0e34da262764a1595ea855b12f4b2e0e195159 (diff)
downloadorg.eclipse.objectteams-d5344fa348db52e581daad639dc8266e3d7a2184.tar.gz
org.eclipse.objectteams-d5344fa348db52e581daad639dc8266e3d7a2184.tar.xz
org.eclipse.objectteams-d5344fa348db52e581daad639dc8266e3d7a2184.zip
Releng: build against RC4 to-be-declared
Diffstat (limited to 'releng')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites.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.sh b/releng/build-scripts/build/otdt_prerequisites.sh
index 099ff0dd9..f334f7d7b 100644
--- a/releng/build-scripts/build/otdt_prerequisites.sh
+++ b/releng/build-scripts/build/otdt_prerequisites.sh
@@ -52,14 +52,14 @@ fi
# VERSIONS:
# Eclipse SDK build identifier (used for substitution in otdt.map.in etc.):
-SDK_QUALIFIER=I20140522-1330
+SDK_QUALIFIER=I20140604-2000
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally (components of the ECLIPSE_SDK_TGZ path):
-EVERSION=4.4RC2
-DROP=${BASEDIR}/drops4/S-4.4RC2-201405221330/
+EVERSION=I20140604-2000
+DROP=${BASEDIR}/drops4/I20140604-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 b749c288b..47348dbd0 100644
--- a/releng/build-scripts/build/run.properties
+++ b/releng/build-scripts/build/run.properties
@@ -26,8 +26,8 @@ run.eclipseScriptDir=plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/scripts
org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar
# for patching our patch feature to match this version with any suffix:
-jdt.feature.version=3.10.0.v20140522-16183.10.0.v20140522-1618
-jdt.feature.version.next=3.10.0.v20140522-1618
+jdt.feature.version=3.10.0.v20140604-21583.10.0.v20140604-2158
+jdt.feature.version.next=3.10.0.v20140604-2158
# -----------------------------------------------------------
#Git Support for PDE BUILD:

Back to the top