blob: 0ccbb4cba94be404cc235e549190863f9297623c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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=""/>
|