Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2011-08-03 22:54:59 +0000
committerStephan Herrmann2011-08-03 22:54:59 +0000
commit0e4ae96891bd64ebf48630d180cd840d9c0cae44 (patch)
tree3f2b27320ccb439c6cd816f3701556fa5cebe52c /releng/build-scripts
parent959293eaf8bd2a4e070a3bc34ea48e461568e3c2 (diff)
downloadorg.eclipse.objectteams-0e4ae96891bd64ebf48630d180cd840d9c0cae44.tar.gz
org.eclipse.objectteams-0e4ae96891bd64ebf48630d180cd840d9c0cae44.tar.xz
org.eclipse.objectteams-0e4ae96891bd64ebf48630d180cd840d9c0cae44.zip
build with 3.7RC4
Diffstat (limited to 'releng/build-scripts')
-rw-r--r--releng/build-scripts/build/otdt_prerequisites.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/build-scripts/build/otdt_prerequisites.sh b/releng/build-scripts/build/otdt_prerequisites.sh
index 222375c91..9e99f9f6d 100644
--- a/releng/build-scripts/build/otdt_prerequisites.sh
+++ b/releng/build-scripts/build/otdt_prerequisites.sh
@@ -48,11 +48,11 @@ fi
# VERSIONS:
# Eclipse SKD build identifier:
-EVERSION=3.7RC3
+EVERSION=3.7RC4
# Architecture (as used by OSGi):
ARCH=`arch`
# used only locally:
-DROP=${BASEDIR}/drops/S-3.7RC3-201105261708
+DROP=${BASEDIR}/drops/S-3.7RC4-201106030909
# EXPORT: archive file of the base eclipse SDK build:
ECLIPSE_SDK_TGZ=${DROP}/eclipse-SDK-${EVERSION}-linux-gtk-${ARCH}.tar.gz

Back to the top