diff options
author | Stephan Herrmann | 2016-02-16 20:23:37 +0000 |
---|---|---|
committer | Stephan Herrmann | 2016-02-16 20:23:37 +0000 |
commit | e067c0a08efcae15daaac2ddb5af0b6550f7717a (patch) | |
tree | 52c61fed3d22afef018dd6f933b30b5676c829ec | |
parent | aa2713a20f5166f30e12095e580f37fff2c77fd0 (diff) | |
download | org.eclipse.objectteams-maintenance/OTDT_2.4.x.tar.gz org.eclipse.objectteams-maintenance/OTDT_2.4.x.tar.xz org.eclipse.objectteams-maintenance/OTDT_2.4.x.zip |
Releng: Build against 4.5.2RC4-201602121500releases/OTDT_2.4.2builds/201602161654maintenance/OTDT_2.4.x
-rw-r--r-- | features/org.eclipse.objectteams.otdt.core.patch/feature.xml | 2 | ||||
-rw-r--r-- | releng/build-scripts/build/otdt_prerequisites.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 d941babad..ef4a6d63c 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.11.2.v20160128-1800" patch="true"/> + <import feature="org.eclipse.jdt" version="3.11.2.v20160212-1500" patch="true"/> </requires> <plugin diff --git a/releng/build-scripts/build/otdt_prerequisites.sh b/releng/build-scripts/build/otdt_prerequisites.sh index 7b956bd53..6dc94ed52 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=M20160128-1800 +SDK_QUALIFIER=M20160212-1500 # Architecture (as used by OSGi): ARCH=`arch` # used only locally (components of the ECLIPSE_SDK_TGZ path): -EVERSION=4.5.2RC2 -DROP=${BASEDIR}/drops4/M-4.5.2RC2-201601281800 +EVERSION=4.5.2RC4 +DROP=${BASEDIR}/drops4/M-4.5.2RC4-201602121500 # 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 07a3bed84..7c5e32ffc 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.100.v20150521-1524/script org.eclipse.equinox.launcher_jar=org.eclipse.equinox.launcher_1.3.100.v20150511-1540.jar # for patching our patch feature to match this version with any suffix: -jdt.feature.version=3.11.2.v20160128-1800 -jdt.feature.version.next=3.11.2.v20160128-1801 +jdt.feature.version=3.11.2.v20160212-1500 +jdt.feature.version.next=3.11.2.v20160212-1501 # ----------------------------------------------------------- #Git Support for PDE BUILD: |