Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-01-11 17:32:24 +0000
committerAlexander Kurtakov2017-01-12 10:46:08 +0000
commitc70e3955f23abc00e97c5d6ec1683fa63be2eefb (patch)
tree85a5b628b960826710f83daa3801409cddddcb70 /eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main
parent7cabee4f44f9a305abc2769bf80ff461495cada4 (diff)
downloadeclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.tar.gz
eclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.tar.xz
eclipse.platform.releng.aggregator-c70e3955f23abc00e97c5d6ec1683fa63be2eefb.zip
Bug 509525 - Stop packaging Unix builds
Change-Id: I22231b3f6ea2872e30f91dd3700700faa51ff5ad Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml120
1 files changed, 0 insertions, 120 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
index 536896867..c561fb686 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse-junit-tests/src/main/scripts/test.xml
@@ -1028,36 +1028,6 @@
</condition>
<condition
property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-ppc.tar.gz">
- <and>
- <equals
- arg1="${os}"
- arg2="macosx" />
- <equals
- arg1="${ws}"
- arg2="cocoa" />
- <equals
- arg1="${arch}"
- arg2="ppc" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-macosx-cocoa.tar.gz">
- <and>
- <equals
- arg1="${os}"
- arg2="macosx" />
- <equals
- arg1="${ws}"
- arg2="cocoa" />
- <equals
- arg1="${arch}"
- arg2="x86" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
value="eclipse-SDK-${buildIdToUse}-macosx-cocoa-x86_64.tar.gz">
<and>
<equals
@@ -1071,96 +1041,6 @@
arg2="x86_64" />
</and>
</condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-hpux-gtk-ia64.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="hpux" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ia64" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-solaris-gtk.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="solaris" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="sparcv9" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-solaris-gtk-x86.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="solaris" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="x86" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-solaris-gtk-x86_64.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="solaris" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="x86_64" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-aix-gtk-ppc.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="aix" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ppc" />
- </and>
- </condition>
- <condition
- property="runtimeArchive"
- value="eclipse-SDK-${buildIdToUse}-aix-gtk-ppc64.zip">
- <and>
- <equals
- arg1="${os}"
- arg2="aix" />
- <equals
- arg1="${ws}"
- arg2="gtk" />
- <equals
- arg1="${arch}"
- arg2="ppc64" />
- </and>
- </condition>
<echo message="runtimeArchive ${runtimeArchive} !!! " />
</target>

Back to the top