Eclipse Packages

Sergio Rubio yellowdog-general@lists.terrasoftsolutions.com
Sun Jun 8 15:05:01 2003


--=-JIFJaF4NaH9f5um5/9z3
Content-Type: text/plain
Content-Transfer-Encoding: 7bit

Here is the eclipse build script. Tested with current M1 build and
current 3.0 snapshots. Instructions inside.

http://download2.eclipse.org/downloads/drops/S-M1-200306051737/download.php?dropFile=eclipse-SDK-M1-linux-gtk.zip

Cheers.

On jue, 2003-06-05 at 02:03, Sergio Rubio wrote:
> I have decided to put the eclipse builds in my webpage till I can write
> the document.
> 
> http://rubiojr.org/~rubiojr/#eclipse-ppc
> Please, bear with my server.
> 
> Cheers.
-- 
Sergio Rubio

sergio.rubio@hispalinux.es
http://www.rubiojr.org/~rubiojr

--=-JIFJaF4NaH9f5um5/9z3
Content-Disposition: attachment; filename=eclipse-build.sh
Content-Type: text/x-sh; name=eclipse-build.sh; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

#!/bin/sh
###
### Copy this script to eclipse home and execute
### Warnig! Only tested with Eclipse M1 from June 2003 and 3.0
### Snapshots.
### 
### Need Csh shell to build.
### sergio.rubio@hispalinux.es

## CHANGE THIS VARIABLE ACCORDING TO YOUR ECLIPSE HOME
EHOME=/home/rubiojr/apps/eclipse-2.1-M1

## Build SWT natives
cd plugins/org.eclipse.platform.linux.gtk.source_2.1.0/src/org.eclipse.swt.gtk_2.1.0/ws/gtk
unzip swt-pisrc.zip
unzip swtsrc.zip
sh build.sh
cp *.so $EHOME/plugins/org.eclipse.swt.gtk_2.1.0/os/linux/x86/
cd -

## Build the eclipse launcher
cd plugins/org.eclipse.platform.source_2.1.0/src/org.eclipse.platform_2.1.0/
unzip launchersrc.zip
cd library/gtk/
csh build.csh
cp eclipse $EHOME


--=-JIFJaF4NaH9f5um5/9z3--