diff options
Diffstat (limited to 'java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml')
-rw-r--r-- | java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml b/java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml new file mode 100644 index 000000000000..0ccbb4cba94b --- /dev/null +++ b/java/eclipse-devel/files/patch-plugins-swt-gtk-build.xml @@ -0,0 +1,11 @@ +--- plugins/org.eclipse.swt.gtk/build.xml.orig Wed Apr 21 00:24:26 2004 ++++ plugins/org.eclipse.swt.gtk/build.xml Wed Apr 21 00:24:39 2004 +@@ -10,7 +10,7 @@ + <property name="build.result.folder" value="${basedir}"/> + <property name="plugindir" value="../org.eclipse.swt"/> + <property name="destination" value="${basedir}"/> +- <property name="os" value="linux"/> ++ <property name="os" value="${os}"/> + <property name="ws" value="gtk"/> + <property name="arch" value="x86"/> + <property name="bootclasspath" value=""/> |