ports/java/eclipse-devel/files/patch-plugins-swt-gtk-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

11 lines
529 B
XML

--- 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=""/>