Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2018-09-11 11:48:11 +0000
committerSravan Kumar Lakkimsetti2018-09-14 05:46:34 +0000
commit7fc4b01e8620a7f4f093f0446c67b27363057ba1 (patch)
treeb26ac9a2388a34104771951e6399a3d7d709602a /production/testScripts/runTests2.xml
parent9955559f67486558041b407e2e0c983746ddbcbb (diff)
downloadeclipse.platform.releng.aggregator-7fc4b01e8620a7f4f093f0446c67b27363057ba1.tar.gz
eclipse.platform.releng.aggregator-7fc4b01e8620a7f4f093f0446c67b27363057ba1.tar.xz
eclipse.platform.releng.aggregator-7fc4b01e8620a7f4f093f0446c67b27363057ba1.zip
Bug 536766 - Drop 32 bit support in 4.10
Change-Id: I6e6fc4480cc605861291d7edb2bf223629b92b36 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml35
1 files changed, 0 insertions, 35 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index 23e367275..02dfa16ea 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -138,23 +138,6 @@
</target>
<target
- name="getwinzips"
- depends="init, getPlatformIndependentZips"
- unless="skipInstall">
- <get
- verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-SDK-${buildIdToUse}-win32.zip"
- dest="${executionDir}/eclipse-SDK-${buildIdToUse}-win32.zip" />
- <get
- verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-platform-${buildIdToUse}-win32.zip"
- dest="${executionDir}/eclipse-platform-${buildIdToUse}-win32.zip" />
- <get
- verbose="${selectiveVerbose}"
- src="${previousReleaseLocation}/eclipse-platform-${previousReleaseVersion}-win32.zip"
- dest="${platformLocation}/eclipse-platform-${previousReleaseVersion}-win32.zip" />
- </target>
- <target
name="getwinzips64"
depends="init, getPlatformIndependentZips"
unless="skipInstall">
@@ -190,24 +173,6 @@
</target>
<target
- name="getlinzips32"
- depends="init, getPlatformIndependentZips"
- unless="skipInstall">
- <get
- verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-SDK-${buildIdToUse}-linux-gtk.tar.gz"
- dest="${executionDir}/eclipse-SDK-${buildIdToUse}-linux-gtk.tar.gz" />
- <get
- verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-platform-${buildIdToUse}-linux-gtk.tar.gz"
- dest="${executionDir}/eclipse-platform-${buildIdToUse}-linux-gtk.tar.gz" />
- <get
- verbose="${selectiveVerbose}"
- src="${previousReleaseLocation}/eclipse-platform-${previousReleaseVersion}-linux-gtk.tar.gz"
- dest="${platformLocation}/eclipse-platform-${previousReleaseVersion}-linux-gtk.tar.gz" />
- </target>
-
- <target
name="getmacosx"
depends="init, getPlatformIndependentZips"
unless="skipInstall">

Back to the top