34968d4761
. We are now installing a real eclipse product. . Only the jar files for the platform are built, dramatically reducing the time necessary to build (thanks to the Fedora devs for the idea and the basic procedure). . Lot of small fixes to the build procedure to make future imports easier . Some of the bundles are pre-extracted during install to improve launching time. . JDK 1.6 is required to build but any jre (1.5 or 1.6) can be used in Preferences->Java->Installed JREs. JDK 1.4 is unfortunately not supported at this time. . Switch to x86_64 architecture name instead of amd64 to be more in-line with mainline eclipse. Note that after this update you will need to reinstall any plugins you've installed with the built in Update Manager. This is a one time thing. Submitted by: sepotvin@ (maintainer)
19 lines
1.1 KiB
INI
19 lines
1.1 KiB
INI
--- features/org.eclipse.platform/build.properties.orig 2009-02-15 19:26:44.521712369 -0500
|
|
+++ features/org.eclipse.platform/build.properties 2009-02-15 20:08:31.509583453 -0500
|
|
@@ -49,6 +49,9 @@
|
|
#root.linux.gtk.ia64=../../features/org.eclipse.equinox.executable/bin/gtk/linux/ia64,gtk
|
|
root.hpux.motif.ia64_32=../../features/org.eclipse.equinox.executable/bin/motif/hpux/ia64_32,motif
|
|
|
|
+root.freebsd.gtk.x86=about_files/freebsd.gtk.x86,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86,gtk
|
|
+root.freebsd.gtk.x86_64=about_files/freebsd.gtk.x86_64,../../features/org.eclipse.equinox.executable/bin/gtk/freebsd/x86_64,gtk
|
|
+
|
|
# Need to be fixed to reflect eventual change into feature.xml
|
|
#root.qnx.photon.x86=../../features/org.eclipse.equinox.executable/bin/photon/qnx/x86,win32
|
|
|
|
@@ -62,4 +65,4 @@
|
|
#expected location of eclipse executable when compiled as part of build
|
|
root.linux.gtk.ppc64=../../launchertmp,gtk
|
|
root.linux.gtk.ppc64.permissions.755=*.so*
|
|
-root.hpux.motif.ia64=../../launchertmp,motif
|
|
\ No newline at end of file
|
|
+root.hpux.motif.ia64=../../launchertmp,motif
|