diff options
author | Stephan Herrmann | 2016-12-04 12:22:02 +0000 |
---|---|---|
committer | Stephan Herrmann | 2016-12-04 12:22:02 +0000 |
commit | 29b46b9ee0064a63725e1bf690e278238c3c6133 (patch) | |
tree | a662dfc3b212ac6428af36fe578bbb039a3a8a4c | |
parent | f3cd540781cc84c52048533cc584930aca13e560 (diff) | |
download | org.eclipse.objectteams-29b46b9ee0064a63725e1bf690e278238c3c6133.tar.gz org.eclipse.objectteams-29b46b9ee0064a63725e1bf690e278238c3c6133.tar.xz org.eclipse.objectteams-29b46b9ee0064a63725e1bf690e278238c3c6133.zip |
Build against M20161124-1400 aka 4.6.2RC4 (=RC3)
-rw-r--r-- | features/org.eclipse.objectteams.otdt.core.patch/feature.xml | 2 | ||||
-rw-r--r-- | releng/build-scripts/build/otdt_prerequisites-hipp.sh | 6 | ||||
-rw-r--r-- | releng/build-scripts/build/run.properties | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml index 781183bdf..51e492090 100644 --- a/features/org.eclipse.objectteams.otdt.core.patch/feature.xml +++ b/features/org.eclipse.objectteams.otdt.core.patch/feature.xml @@ -59,7 +59,7 @@ Project Leader: </url> <requires> - <import feature="org.eclipse.jdt" version="3.12.2.v20161116-1100" patch="true"/> + <import feature="org.eclipse.jdt" version="3.12.2.v20161124-1400" patch="true"/> </requires> <plugin diff --git a/releng/build-scripts/build/otdt_prerequisites-hipp.sh b/releng/build-scripts/build/otdt_prerequisites-hipp.sh index b842fde5f..fd685f534 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:="M20161116-1100"} +SDK_QUALIFIER=${SDK_QUALIFIER:="M20161124-1400"} # Architecture (as used by OSGi): ARCH=`arch` # used only locally (components of the ECLIPSE_SDK_TGZ path): -EVERSION=${EVERSION:="4.6.2RC2"} -DROP=${DROPS4}/${DROP:="M-4.6.2RC2-201611161100"} +EVERSION=${EVERSION:="4.6.2RC3"} +DROP=${DROPS4}/${DROP:="M-4.6.2RC3-201611241400"} # 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 77cffa5fe..2d82b5857 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.v20161116-1100 -jdt.feature.version.next=3.12.2.v20161116-1101 +jdt.feature.version=3.12.2.v20161124-1400 +jdt.feature.version.next=3.12.2.v20161124-1401 # jdt.core fragments for extracting pre-built classes and properties: jdt.compiler.apt=org.eclipse.jdt.compiler.apt_1.2.100.v20160418-1457.jar |