diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-27 16:57:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-10-27 16:57:48 +0000 |
commit | 9e2dbd4bf105e9911e9e2348305d01de3f2367b4 (patch) | |
tree | ced631407d864fa9fb18ab5cbc441e9d17fa415b /java/eclipse/files/patch-features-jdt-source-build | |
parent | - Update to 8.1.1 (diff) |
o Update to 3.0.1. [1]
o Use native JDK rather than linux-sun-jdk. [2]
o Utilize WITH_MOZILLA. It provies to use mozilla or firefox. [2]
o Fix some port's bugs. [2]
o Add zip to BUILD_DEPENDS and fix build error without zip. [3]
PR: ports/72990 [1], ports/72475 [2]
Submitted by: Jeremy Faulkner <gldisater@gldis.ca> [1], [2]
Pointed out by: pointy via kris [3]
Notes
Notes:
svn path=/head/; revision=120325
Diffstat (limited to 'java/eclipse/files/patch-features-jdt-source-build')
-rw-r--r-- | java/eclipse/files/patch-features-jdt-source-build | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/java/eclipse/files/patch-features-jdt-source-build b/java/eclipse/files/patch-features-jdt-source-build index 8850c300df93..620751087709 100644 --- a/java/eclipse/files/patch-features-jdt-source-build +++ b/java/eclipse/files/patch-features-jdt-source-build @@ -1,13 +1,13 @@ ---- features/org.eclipse.jdt.source/build.xml.orig Sat Jun 12 01:24:16 2004 -+++ features/org.eclipse.jdt.source/build.xml Sun Jun 20 02:22:30 2004 -@@ -92,6 +92,10 @@ +--- features/org.eclipse.jdt.source/build.xml.orig Sun Oct 17 22:12:02 2004 ++++ features/org.eclipse.jdt.source/build.xml Sun Oct 17 22:13:55 2004 +@@ -94,6 +94,10 @@ </target> - <target name="rootFileslinux_gtk_amd64"> + <target name="rootFileslinux_motif_x86"> </target> -+ <target name="rootFilesfreebsd_gtk_x86"> -+ </target> + <target name="rootFilesfreebsd_motif_x86"> + </target> ++ <target name="rootFilesfreebsd_gtk_x86"> ++ </target> <target name="rootFilessolaris_motif_sparc"> </target> <target name="rootFilesaix_motif_ppc"> |