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 246088 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.
Shell script to apply the patches to rt.equinox.framework and rt.equinox.binaries
apply-patches-rt.sh (text/plain), 1.08 KB, created by
Thorsten Heit
on 2014-08-18 10:31:26 EDT
(
hide
)
Description:
Shell script to apply the patches to rt.equinox.framework and rt.equinox.binaries
Filename:
MIME Type:
Creator:
Thorsten Heit
Created:
2014-08-18 10:31:26 EDT
Size:
1.08 KB
patch
obsolete
>#!/bin/sh > >PATCH_DIR=`dirname $0` > > ># ># Patching submodule: rt.equinox.framework ># >echo "Patching rt.equinox.framework ..." >( >cd rt.equinox.framework >cp -pr bundles/org.eclipse.equinox.launcher.gtk.solaris.x86 bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64 >patch -p1 < ../$PATCH_DIR/rt.equinox.framework.patch1 ># apply patches to replace the string "x86" with "x86_64" in the ># bundles dir >( > cd bundles/org.eclipse.equinox.launcher.gtk.solaris.x86_64 > patch -p0 < ../../../$PATCH_DIR/rt.equinox.framework.patch2 > # finally rename the properties file > mv launcher.gtk.solaris.x86.properties launcher.gtk.solaris.x86_64.properties >) >) > > ># ># Patching submodule: rt.equinox.binaries ># >echo "Patching rt.equinox.binaries ..." >( >cd rt.equinox.binaries >mkdir org.eclipse.equinox.launcher.gtk.solaris.x86_64 >mkdir org.eclipse.equinox.executable/bin/gtk/solaris/x86_64 >) > > ># ># Building equinox launcher library for Solaris X86_64 >(cd rt.equinox.framework/features/org.eclipse.equinox.executable.feature/library/gtk >JAVA_HOME=/usr/jdk/instances/jdk1.7.0 sh build.sh -os solaris -arch x86_64 -ws gtk install >) >
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 Raw
Actions:
View
Attachments on
bug 429335
:
240406
|
240407
|
240408
|
240452
|
240453
|
246085
|
246086
| 246088 |
246125