diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2009-06-06 20:58:22 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2009-06-06 20:58:22 +0000 |
commit | 34968d47619d56d1b9e0a7cc7e60e592d90d3bee (patch) | |
tree | b6a142055daf566f258d6bc7d92d4389ddbb470e /java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml | |
parent | Upgrade to 2000.15.3. (diff) |
. Update to 3.4.2, including:
. 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)
Diffstat (limited to 'java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml')
-rw-r--r-- | java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml | 32 |
1 files changed, 10 insertions, 22 deletions
diff --git a/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml b/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml index 9c33fa4685fd..ea06bfb55a03 100644 --- a/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml +++ b/java/eclipse/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml @@ -1,30 +1,18 @@ ---- plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml.orig 2008-08-02 16:19:48.000000000 -0400 -+++ plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 2008-08-02 16:20:07.000000000 -0400 -@@ -142,12 +142,13 @@ - </target> - - <target name="build.cfiles" depends="init"> -- <mkdir dir="${build.result.folder}/library"/> -- <copy todir="${build.result.folder}/library"> -+ <mkdir dir="${build.result.folder}/gtk/library"/> -+ <copy todir="${build.result.folder}/gtk/library"> - <fileset dir="${plugindir}/Eclipse SWT/common/library"/> - <fileset dir="${plugindir}/Eclipse SWT AWT/gtk/library"/> +--- plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml.orig 2009-02-15 09:49:28.812369523 -0500 ++++ plugins/org.eclipse.swt.gtk.freebsd.x86/build.xml 2009-02-15 09:59:58.545568057 -0500 +@@ -149,13 +149,14 @@ <fileset dir="${plugindir}/Eclipse SWT Mozilla/common/library"/> <fileset dir="${plugindir}/Eclipse SWT OpenGL/glx/library"/> -+ <fileset dir="${plugindir}/Eclipse SWT PI/common/library"/> <fileset dir="${plugindir}/Eclipse SWT PI/cairo/library"/> ++ <fileset dir="${plugindir}/Eclipse SWT PI/common/library"/> <fileset dir="${plugindir}/Eclipse SWT PI/gtk/library"/> <fileset dir="${plugindir}/Eclipse SWT Program/cde/library"/> -@@ -156,9 +157,9 @@ + <fileset dir="${plugindir}/Eclipse SWT Program/gnome/library"/> + </copy> </target> - <target name="build.jnilibs" depends="build.cfiles"> -- <exec dir="${build.result.folder}/library" executable="sh"> -+ <exec dir="${build.result.folder}/gtk/library" executable="sh"> +- <target name="build.jnilibs" depends="build.cfiles"> ++ <target name="build.nativeLibraries" depends="build.cfiles"> + <exec dir="${build.result.folder}/library" executable="sh"> <env key="OUTPUT_DIR" value="${build.result.folder}"/> -- <arg line="${build.result.folder}/library/build.sh"/> -+ <arg line="${build.result.folder}/gtk/library/build.sh"/> - <arg line="install"/> - </exec> - </target> + <arg line="${build.result.folder}/library/build.sh"/> |