Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-16 09:51:42 +0000
committerLars Vogel2018-08-16 10:14:42 +0000
commitc480f0589cd786e665e4074af45689f5bfde039e (patch)
treef3aa79fcd3c89dab4dda96f87e025620aa810359 /eclipse.platform.releng.tychoeclipsebuilder
parenta60689970f647967b8653f7c3eaa341ef69c2796 (diff)
downloadeclipse.platform.releng.aggregator-c480f0589cd786e665e4074af45689f5bfde039e.tar.gz
eclipse.platform.releng.aggregator-c480f0589cd786e665e4074af45689f5bfde039e.tar.xz
eclipse.platform.releng.aggregator-c480f0589cd786e665e4074af45689f5bfde039e.zip
Bug 532950 - User friendly labels for our downloads
This will use better labels for http://download.eclipse.org/eclipse/downloads/ Change-Id: Ic5268c06b60bb128832577e23130bf84f1780c3c Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml36
1 files changed, 18 insertions, 18 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 4a5d111e7..fc06d1093 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -4,27 +4,27 @@
<zipType name="Eclipse SDK">
<platform
id="SW"
- name="Windows"
+ name="Windows (Java 32 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-win32.zip"></platform>
<platform
id="SWX8664"
- name="Windows (x86_64)"
+ name="Windows (Java 64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"></platform>
<platform
id="SLG2"
- name="Linux (x86/GTK+)"
+ name="Linux (Java 32 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"></platform>
<platform
id="SLG264"
- name="Linux (x86_64/GTK+)"
+ name="Linux (Java 64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
id="SLG2PPC64LE"
- name="Linux (PPC64LE/GTK+)"
+ name="Linux (Java 64 bit version for Power PC)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="SMCC64"
- name="Mac OSX (Mac/Cocoa/x86_64)"
+ name="Mac OSX (Java 64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
<platform
id="SST"
@@ -74,27 +74,27 @@
<zipType name="Platform Runtime Binary">
<platform
id="PW"
- name="Windows"
+ name="Windows (Java 32 bit version)"
fileName="eclipse-platform-${BUILD_ID}-win32.zip"></platform>
<platform
id="PWX8664"
- name="Windows (x86_64)"
+ name="Windows (Java 64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-win32-x86_64.zip"></platform>
<platform
id="PLG2"
- name="Linux (x86/GTK+)"
+ name="Linux (Java 32 bit version)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"></platform>
<platform
id="PLG264"
- name="Linux (x86_64/GTK+)"
+ name="Linux (Java 64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
id="PLG2PPC64LE"
- name="Linux (PPC64LE/GTK+)"
+ name="Linux (Java 64 bit version for Power PC)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="PMCC64"
- name="Mac OSX (Mac/Cocoa/x86_64)"
+ name="Mac OSX (Java 64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
<platform
id="PLR"
@@ -162,27 +162,27 @@
<zipType name="SWT">
<platform
id="SWTW"
- name="Windows"
+ name="Windows (Java 32 bit version)"
fileName="swt-${BUILD_ID}-win32-win32-x86.zip"></platform>
<platform
id="SWTWX86_64"
- name="Windows (x86_64)"
+ name="Windows (Java 64 bit version)"
fileName="swt-${BUILD_ID}-win32-win32-x86_64.zip"></platform>
<platform
id="SWTLG2"
- name="Linux (x86/GTK+)"
+ name="Linux (Java 32 bit version)"
fileName="swt-${BUILD_ID}-gtk-linux-x86.zip"></platform>
<platform
id="SWTLG64"
- name="Linux (x86_64/GTK+)"
+ name="Linux (Java 64 bit version)"
fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
<platform
id="SWTLG2PPC64LE"
- name="Linux (PPC64LE/GTK+)"
+ name="Linux (Java 64 bit version for Power PC)"
fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
<platform
id="SWTMCC64"
- name="Mac OSX (Mac/Cocoa/x86_64)"
+ name="Mac OSX (Java 64 bit version)"
fileName="swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"></platform>
</zipType>

Back to the top