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 246086 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]
patch for rt.equinox.framework to replace the string "x86" with "x86_64" in the Solaris x86_64 bundles dir
rt.equinox.framework.patch2 (text/plain), 3.14 KB, created by
Thorsten Heit
on 2014-08-18 10:23:51 EDT
(
hide
)
Description:
patch for rt.equinox.framework to replace the string "x86" with "x86_64" in the Solaris x86_64 bundles dir
Filename:
MIME Type:
Creator:
Thorsten Heit
Created:
2014-08-18 10:23:51 EDT
Size:
3.14 KB
patch
obsolete
>diff -uNr ../org.eclipse.equinox.launcher.gtk.solaris.x86/.project ./.project >--- ../org.eclipse.equinox.launcher.gtk.solaris.x86/.project 2014-08-07 12:36:02.196308754 +0200 >+++ ./.project 2014-08-13 15:04:54.501068281 +0200 >@@ -1,6 +1,6 @@ > <?xml version="1.0" encoding="UTF-8"?> > <projectDescription> >- <name>org.eclipse.equinox.launcher.gtk.solaris.x86</name> >+ <name>org.eclipse.equinox.launcher.gtk.solaris.x86_64</name> > <comment></comment> > <projects> > </projects> >diff -uNr ../org.eclipse.equinox.launcher.gtk.solaris.x86/build.properties ./build.properties >--- ../org.eclipse.equinox.launcher.gtk.solaris.x86/build.properties 2014-08-07 12:36:02.197525446 +0200 >+++ ./build.properties 2014-08-13 15:04:54.501640690 +0200 >@@ -10,7 +10,7 @@ > ############################################################################### > bin.includes = META-INF/,\ > eclipse_*.so,\ >- launcher.gtk.solaris.x86.properties,\ >+ launcher.gtk.solaris.x86_64.properties,\ > about.html > > customBuildCallbacks=customBuildCallbacks.xml >diff -uNr ../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF ./META-INF/MANIFEST.MF >--- ../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/MANIFEST.MF 2014-08-07 12:36:02.196825346 +0200 >+++ ./META-INF/MANIFEST.MF 2014-08-13 15:04:54.502731838 +0200 >@@ -2,9 +2,9 @@ > Bundle-ManifestVersion: 2 > Bundle-Name: %pluginName > Bundle-Vendor: %providerName >-Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86;singleton:=true >+Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.solaris.x86_64;singleton:=true > Bundle-Version: 1.1.200.qualifier > Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4.0)" >-Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86)) >-Bundle-Localization: launcher.gtk.solaris.x86 >+Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=solaris) (osgi.arch=x86_64)) >+Bundle-Localization: launcher.gtk.solaris.x86_64 > Eclipse-BundleShape: dir >diff -uNr ../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/p2.inf ./META-INF/p2.inf >--- ../org.eclipse.equinox.launcher.gtk.solaris.x86/META-INF/p2.inf 1970-01-01 01:00:00.000000000 +0100 >+++ ./META-INF/p2.inf 2014-08-13 15:04:31.772005517 +0200 >@@ -0,0 +1,5 @@ >+# bug 429343 - launcher needs VM argument "-d64" on Solaris to use the >+# 64-bit JVM >+ >+instructions.configure = addJvmArg(jvmArg:-d64);removeProgramArg(programArg:--launcher.XXMaxPermSize); >+ >diff -uNr ../org.eclipse.equinox.launcher.gtk.solaris.x86/pom.xml ./pom.xml >--- ../org.eclipse.equinox.launcher.gtk.solaris.x86/pom.xml 2014-08-12 15:08:22.320169710 +0200 >+++ ./pom.xml 2014-08-13 15:04:54.502187222 +0200 >@@ -18,13 +18,13 @@ > <relativePath>../../launcher-binary-parent</relativePath> > </parent> > <groupId>org.eclipse.equinox</groupId> >- <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86</artifactId> >+ <artifactId>org.eclipse.equinox.launcher.gtk.solaris.x86_64</artifactId> > <version>1.1.200-SNAPSHOT</version> > <packaging>eclipse-plugin</packaging> > > <properties> > <os>solaris</os> > <ws>gtk</ws> >- <arch>x86</arch> >+ <arch>x86_64</arch> > </properties> > </project>
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