summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
blob: c5a5da0cfd579bc7237c5549480b63e9651f8ad2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- plugins/org.eclipse.swt.gtk64/build.xml.orig	Fri Apr  1 13:54:42 2005
+++ plugins/org.eclipse.swt.gtk64/build.xml	Mon Apr  4 00:11:23 2005
@@ -11,9 +11,9 @@
 		<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="ws" value="gtk"/>
-		<property name="arch" value="x86_64"/>
+		<property name="os" value="${os}"/>
+		<property name="ws" value="${ws}"/>
+		<property name="arch" value="${arch}"/>
 		<property name="bootclasspath" value=""/>
 		<property name="toolsplugindir" value="../org.eclipse.swt.tools"/>		
 	</target>