mirror of
https://git.freebsd.org/ports.git
synced 2025-06-21 12:40:45 -04:00
15 lines
702 B
XML
15 lines
702 B
XML
--- 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>
|