From 4085ba54b41d14620736520c2c40425a544cb5a4 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Sun, 25 Jul 2004 08:01:09 +0000 Subject: Update to 3.0. Submitted by: Panagiotis Astithas Jeremy Faulkner Torben Jager Georg-W. Koltermann Reviewed by: java --- java/eclipse/files/patch-build | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 java/eclipse/files/patch-build (limited to 'java/eclipse/files/patch-build') diff --git a/java/eclipse/files/patch-build b/java/eclipse/files/patch-build new file mode 100644 index 000000000000..f4d7dc479d42 --- /dev/null +++ b/java/eclipse/files/patch-build @@ -0,0 +1,11 @@ +--- build.orig Sat Jun 12 01:27:29 2004 ++++ build Mon Jun 14 10:27:59 2004 +@@ -51,7 +51,7 @@ + exit 1 + fi + +-if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-amd64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] ++if [ "$os-$ws-$arch" = "linux-motif-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-amd64" ] || [ "$os-$ws-$arch" = "solaris-motif-sparc" ] || [ "$os-$ws-$arch" = "aix-motif-ppc" ] || [ "$os-$ws-$arch" = "hpux-motif-PA_RISC" ] || [ "$os-$ws-$arch" = "qnx-photon-x86" ] || [ "$os-$ws-$arch" = "win32-win32-x86" ] || [ "$os-$ws-$arch" = "linux-gtk-ppc" ] || [ "$os-$ws-$arch" = "macosx-carbon-ppc" ] || [ "$os-$ws-$arch" = "freebsd-gtk-x86" ] || [ "$os-$ws-$arch" = "freebsd-motif-x86" ] + then + ant -buildfile build.xml $target -DinstallOs=$os -DinstallWs=$ws -DinstallArch=$arch -Dbootclasspath=$bootclasspath -DjavacTarget=1.2 + else -- cgit v1.2.3