summaryrefslogtreecommitdiff
path: root/java/eclipse/files/patch-plugins-swt-motif-build
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2004-07-25 08:01:09 +0000
commit4085ba54b41d14620736520c2c40425a544cb5a4 (patch)
tree2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-plugins-swt-motif-build
parentFix build on 4.x. (diff)
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr> Jeremy Faulkner <gldisater@gldis.ca> Torben Jager <Torben.Jaeger@t-online.de> Georg-W. Koltermann <gwk@rahn-koltermann.de> Reviewed by: java
Notes
Notes: svn path=/head/; revision=114609
Diffstat (limited to 'java/eclipse/files/patch-plugins-swt-motif-build')
-rw-r--r--java/eclipse/files/patch-plugins-swt-motif-build18
1 files changed, 18 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-plugins-swt-motif-build b/java/eclipse/files/patch-plugins-swt-motif-build
new file mode 100644
index 000000000000..e016d66d6f4f
--- /dev/null
+++ b/java/eclipse/files/patch-plugins-swt-motif-build
@@ -0,0 +1,18 @@
+--- plugins/org.eclipse.swt.motif/build.xml.orig Sun Jun 20 12:55:20 2004
++++ plugins/org.eclipse.swt.motif/build.xml Sun Jun 20 12:56: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="motif"/>
+ <property name="arch" value="x86"/>
+ <property name="bootclasspath" value=""/>
+@@ -315,4 +315,4 @@
+ <delete dir="${temp.folder}"/>
+ </target>
+
+-</project>
+\ No newline at end of file
++</project>