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/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-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/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml')
-rw-r--r-- | java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml b/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml new file mode 100644 index 000000000000..281cae7600de --- /dev/null +++ b/java/eclipse-devel/files/post-patch-plugins-org.eclipse.swt-Eclipse_SWT_PI-gtk-library-build.xml @@ -0,0 +1,18 @@ +--- gtk/library/build.xml.orig 2008-08-02 16:07:35.000000000 -0400 ++++ gtk/library/build.xml 2008-08-02 16:08:12.000000000 -0400 +@@ -14,7 +14,7 @@ + <arg line="${basedir}/bin/library/build.sh"/> + <arg line="install"/> + </exec> +- <eclipse.refreshLocal resource="org.eclipse.swt.gtk.linux.x86" depth="infinite" /> ++ <eclipse.refreshLocal resource="org.eclipse.swt.${installWs}.${installOs}.${installArch}" depth="infinite" /> + </target> + + <!-- Build swt.so for PowerPC 32 bit GTK (no Mozilla)--> +@@ -52,4 +52,4 @@ + </exec> + </target> + +-</project> +\ No newline at end of file ++</project> |