summaryrefslogtreecommitdiff
path: root/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2005-05-07 05:00:40 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2005-05-07 05:00:40 +0000
commit0bc453c3e644edfc1514f310a3360766f95d0fb2 (patch)
tree6da7c8eeff44f013dcae1a63682175b9dd0b0fe7 /java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
parentFix the build on 4.X. (diff)
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
Diffstat (limited to '')
-rw-r--r--java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml b/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
new file mode 100644
index 000000000000..c5a5da0cfd57
--- /dev/null
+++ b/java/eclipse-devel/files/patch-plugins-swt-gtk64-build.xml
@@ -0,0 +1,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>