Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2018-08-21 14:37:15 +0000
committerLars Vogel2018-08-21 14:37:15 +0000
commit7ac27dce3640b49332203a339135532a7e106730 (patch)
tree6e10aba210e7d51596486e2a6b38b4550174c5ae
parent78602f19f6049069909fd3dafffdfa1e5ba07c88 (diff)
downloadeclipse.platform.releng.aggregator-7ac27dce3640b49332203a339135532a7e106730.tar.gz
eclipse.platform.releng.aggregator-7ac27dce3640b49332203a339135532a7e106730.tar.xz
eclipse.platform.releng.aggregator-7ac27dce3640b49332203a339135532a7e106730.zip
Bug 532950 - User friendly labels for our downloads
Removes "Java" from the download labels. Change-Id: Ia56e08a9c02c94d539697783aa7273a287fca526 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-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 fc06d1093..c3e0b1705 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 (Java 32 bit version)"
+ name="Windows (32 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-win32.zip"></platform>
<platform
id="SWX8664"
- name="Windows (Java 64 bit version)"
+ name="Windows (64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-win32-x86_64.zip"></platform>
<platform
id="SLG2"
- name="Linux (Java 32 bit version)"
+ name="Linux (32 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk.tar.gz"></platform>
<platform
id="SLG264"
- name="Linux (Java 64 bit version)"
+ name="Linux (64 bit version)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
id="SLG2PPC64LE"
- name="Linux (Java 64 bit version for Power PC)"
+ name="Linux (64 bit version for Power PC)"
fileName="eclipse-SDK-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="SMCC64"
- name="Mac OSX (Java 64 bit version)"
+ name="Mac OSX (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 (Java 32 bit version)"
+ name="Windows (32 bit version)"
fileName="eclipse-platform-${BUILD_ID}-win32.zip"></platform>
<platform
id="PWX8664"
- name="Windows (Java 64 bit version)"
+ name="Windows (64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-win32-x86_64.zip"></platform>
<platform
id="PLG2"
- name="Linux (Java 32 bit version)"
+ name="Linux (32 bit version)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk.tar.gz"></platform>
<platform
id="PLG264"
- name="Linux (Java 64 bit version)"
+ name="Linux (64 bit version)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-x86_64.tar.gz"></platform>
<platform
id="PLG2PPC64LE"
- name="Linux (Java 64 bit version for Power PC)"
+ name="Linux (64 bit version for Power PC)"
fileName="eclipse-platform-${BUILD_ID}-linux-gtk-ppc64le.tar.gz"></platform>
<platform
id="PMCC64"
- name="Mac OSX (Java 64 bit version)"
+ name="Mac OSX (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 (Java 32 bit version)"
+ name="Windows (32 bit version)"
fileName="swt-${BUILD_ID}-win32-win32-x86.zip"></platform>
<platform
id="SWTWX86_64"
- name="Windows (Java 64 bit version)"
+ name="Windows (64 bit version)"
fileName="swt-${BUILD_ID}-win32-win32-x86_64.zip"></platform>
<platform
id="SWTLG2"
- name="Linux (Java 32 bit version)"
+ name="Linux (32 bit version)"
fileName="swt-${BUILD_ID}-gtk-linux-x86.zip"></platform>
<platform
id="SWTLG64"
- name="Linux (Java 64 bit version)"
+ name="Linux (64 bit version)"
fileName="swt-${BUILD_ID}-gtk-linux-x86_64.zip"></platform>
<platform
id="SWTLG2PPC64LE"
- name="Linux (Java 64 bit version for Power PC)"
+ name="Linux (64 bit version for Power PC)"
fileName="swt-${BUILD_ID}-gtk-linux-ppc64le.zip"></platform>
<platform
id="SWTMCC64"
- name="Mac OSX (Java 64 bit version)"
+ name="Mac OSX (64 bit version)"
fileName="swt-${BUILD_ID}-cocoa-macosx-x86_64.zip"></platform>
</zipType>

Back to the top