ports/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
Norikatsu Shigemura 0bc453c3e6 Add eclipse-devel 3.1M6, an open extensible IDE for anything and nothing
in particular.

PR:		ports/79917
Submitted by:	various members of freebsd-java
2005-05-07 05:00:40 +00:00

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>