diff options
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> |