Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 240408 Details for
Bug 429335
Need 64-bit launcher for Solaris/X86_64
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Small patch for eclipse.platform.ui for the 64-bit executable
eclipse.platform.ui.patch (text/plain), 2.37 KB, created by
Thorsten Heit
on 2014-02-28 12:43:11 EST
(
hide
)
Description:
Small patch for eclipse.platform.ui for the 64-bit executable
Filename:
MIME Type:
Creator:
Thorsten Heit
Created:
2014-02-28 12:43:11 EST
Size:
2.37 KB
patch
obsolete
>commit 4fcc8fcd31fb17f67022098dd7991c4333c46554 >Author: Thorsten Heit <theit@gmx.de> >Date: Fri Feb 28 15:42:51 2014 +0100 > > Eclipse native build for Solaris X86_64 > >diff --git a/features/org.eclipse.e4.rcp/feature.xml b/features/org.eclipse.e4.rcp/feature.xml >index 8176831..59c6c06 100644 >--- a/features/org.eclipse.e4.rcp/feature.xml >+++ b/features/org.eclipse.e4.rcp/feature.xml >@@ -385,6 +385,16 @@ > fragment="true"/> > > <plugin >+ id="org.eclipse.equinox.launcher.gtk.solaris.x86_64" >+ os="solaris" >+ ws="gtk" >+ arch="x86_64" >+ download-size="0" >+ install-size="0" >+ version="0.0.0" >+ fragment="true"/> >+ >+ <plugin > id="org.eclipse.equinox.launcher.cocoa.macosx" > os="macosx" > ws="cocoa" >@@ -599,6 +609,17 @@ > unpack="false"/> > > <plugin >+ id="org.eclipse.swt.gtk.solaris.x86_64" >+ os="solaris" >+ ws="gtk" >+ arch="x86_64" >+ download-size="0" >+ install-size="0" >+ version="0.0.0" >+ fragment="true" >+ unpack="false"/> >+ >+ <plugin > id="org.eclipse.swt.gtk.linux.ppc" > os="linux" > ws="gtk" >diff --git a/features/org.eclipse.e4.rcp/pom.xml b/features/org.eclipse.e4.rcp/pom.xml >index 0b3956f..7cbe35f 100644 >--- a/features/org.eclipse.e4.rcp/pom.xml >+++ b/features/org.eclipse.e4.rcp/pom.xml >@@ -43,6 +43,7 @@ > <plugin id="org.eclipse.equinox.launcher"/> > <plugin id="org.eclipse.equinox.launcher.gtk.solaris.sparc"/> > <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86"/> >+ <plugin id="org.eclipse.equinox.launcher.gtk.solaris.x86_64"/> > <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/> > <plugin id="org.eclipse.equinox.launcher.cocoa.macosx"/> > <plugin id="org.eclipse.equinox.launcher.cocoa.macosx.x86_64"/> >@@ -62,6 +63,7 @@ > <plugin id="org.eclipse.swt.gtk.linux.s390"/> > <plugin id="org.eclipse.swt.gtk.solaris.sparc"/> > <plugin id="org.eclipse.swt.gtk.solaris.x86"/> >+ <plugin id="org.eclipse.swt.gtk.solaris.x86_64"/> > <plugin id="org.eclipse.swt.gtk.linux.ppc"/> > <plugin id="org.eclipse.swt.gtk.linux.ppc64"/> > <plugin id="org.eclipse.swt.cocoa.macosx"/>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 429335
:
240406
|
240407
|
240408
|
240452
|
240453
|
246085
|
246086
|
246088
|
246125