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-pde-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-pde-build')
-rw-r--r-- | java/eclipse/files/patch-features-pde-build | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/java/eclipse/files/patch-features-pde-build b/java/eclipse/files/patch-features-pde-build index 6977f728ab1b..7bdd9a68275b 100644 --- a/java/eclipse/files/patch-features-pde-build +++ b/java/eclipse/files/patch-features-pde-build @@ -1,8 +1,8 @@ ---- features/org.eclipse.pde/build.xml.orig Fri May 21 19:15:34 2004 -+++ features/org.eclipse.pde/build.xml Thu Jun 3 00:36:05 2004 -@@ -116,6 +116,10 @@ +--- features/org.eclipse.pde/build.xml.orig Sun Oct 17 22:15:27 2004 ++++ features/org.eclipse.pde/build.xml Sun Oct 17 22:17:56 2004 +@@ -114,6 +114,10 @@ </target> - <target name="rootFileslinux_gtk_amd64"> + <target name="rootFileslinux_motif_x86"> </target> + <target name="rootFilesfreebsd_gtk_x86"> + </target> |