diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2008-09-06 19:31:51 +0000 |
commit | 206bef988c5dfb8ec07f72ed820c48398643329f (patch) | |
tree | 4b7724aaf93cce6ea63fa0c79900620264746c8a /java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml | |
parent | . Update to Eclipse Europa, copied over from eclipse-devel. (diff) |
. Update to Eclipse Ganymede
Submitted by: "Stephane E. Potvin" <sepotvin@videotron.ca>
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml b/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml new file mode 100644 index 000000000000..9c33fa4685fd --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-org.eclipse.swt.gtk.freebsd.x86-build.xml @@ -0,0 +1,30 @@ +--- 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"/> + <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/gtk/library"/> + <fileset dir="${plugindir}/Eclipse SWT Program/cde/library"/> +@@ -156,9 +157,9 @@ + </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"> + <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> |