Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2016-04-14 19:53:53 +0000
committerThomas Watson2016-04-14 19:53:53 +0000
commit1d989716b4f7b6da00b68ea0dadf54c4f1e34a38 (patch)
tree98a522e4f56d47ffb47ee3ce07524967c985547d /features
parent3417fec970e2a6caaf5da93070bd0772e94df9d7 (diff)
downloadrt.equinox.framework-1d989716b4f7b6da00b68ea0dadf54c4f1e34a38.tar.gz
rt.equinox.framework-1d989716b4f7b6da00b68ea0dadf54c4f1e34a38.tar.xz
rt.equinox.framework-1d989716b4f7b6da00b68ea0dadf54c4f1e34a38.zip
Bug 429343 - 64-bit version of Eclipse for Solaris/X86_64I20160419-0800I20160417-1112
Change-Id: I66180c309e6089facb703344a7b9ff7972671df2 Signed-off-by: Thomas Watson <tjwatson@us.ibm.com>
Diffstat (limited to 'features')
-rwxr-xr-x[-rw-r--r--]features/org.eclipse.equinox.executable.feature/feature.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/features/org.eclipse.equinox.executable.feature/feature.xml b/features/org.eclipse.equinox.executable.feature/feature.xml
index a911ac9fb..1541c487f 100644..100755
--- a/features/org.eclipse.equinox.executable.feature/feature.xml
+++ b/features/org.eclipse.equinox.executable.feature/feature.xml
@@ -22,26 +22,6 @@
unpack="false"/>
<plugin
- id="org.eclipse.equinox.launcher.gtk.solaris.sparc"
- os="solaris"
- ws="gtk"
- arch="sparc"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
- id="org.eclipse.equinox.launcher.gtk.solaris.x86"
- os="solaris"
- ws="gtk"
- arch="x86"
- download-size="0"
- install-size="0"
- version="0.0.0"
- fragment="true"/>
-
- <plugin
id="org.eclipse.equinox.launcher.gtk.solaris.x86_64"
os="solaris"
ws="gtk"

Back to the top