diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-07-31 05:26:16 +0000 |
commit | 0be0fb477cb7000852c24a6cf6bba1c9bf3abd7e (patch) | |
tree | 834412cc77705b06f4e05945ec6ff3dc38d1bf6e /java/eclipse/files/patch-plugins-swt-motif-build | |
parent | Fix build on 4-stable. (diff) |
Update to 3.1.
o java/eclipse-devel is IGNOREd now until 3.2+.
o change MAINTAINERship to java@ on java/eclipse-devel. [1]
PR: ports/84252
Submitted by: Panagiotis Astithas <past@ebs.gr>
Requested by: devel/eclipse-devel's maintainer [1]
Tested by: java@
Diffstat (limited to 'java/eclipse/files/patch-plugins-swt-motif-build')
-rw-r--r-- | java/eclipse/files/patch-plugins-swt-motif-build | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/java/eclipse/files/patch-plugins-swt-motif-build b/java/eclipse/files/patch-plugins-swt-motif-build deleted file mode 100644 index e016d66d6f4f..000000000000 --- a/java/eclipse/files/patch-plugins-swt-motif-build +++ /dev/null @@ -1,18 +0,0 @@ ---- 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> |