From 5362074527684d60cbb8d3d79f4cf441dff5ec24 Mon Sep 17 00:00:00 2001 From: Norikatsu Shigemura Date: Tue, 17 Jun 2003 17:39:48 +0000 Subject: Add eclipse 2.1, An open extensible IDE for anything and nothing in particular. Submitted by: kan --- java/eclipse/files/patch-InternalBootLoader.java | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 java/eclipse/files/patch-InternalBootLoader.java (limited to 'java/eclipse/files/patch-InternalBootLoader.java') diff --git a/java/eclipse/files/patch-InternalBootLoader.java b/java/eclipse/files/patch-InternalBootLoader.java new file mode 100644 index 000000000000..e71270ec1c12 --- /dev/null +++ b/java/eclipse/files/patch-InternalBootLoader.java @@ -0,0 +1,11 @@ +--- plugins/org.eclipse.core.boot/src/org/eclipse/core/internal/boot/InternalBootLoader.java.orig Thu Mar 6 12:17:11 2003 ++++ plugins/org.eclipse.core.boot/src/org/eclipse/core/internal/boot/InternalBootLoader.java Thu Mar 6 12:18:11 2003 +@@ -946,6 +946,8 @@ + ws = BootLoader.WS_WIN32; + else if (os.equals(BootLoader.OS_LINUX)) + ws = BootLoader.WS_MOTIF; ++ else if (os.equals(BootLoader.OS_FREEBSD)) ++ ws = BootLoader.WS_GTK; + else if (os.equals(BootLoader.OS_MACOSX)) + ws = BootLoader.WS_CARBON; + else if (os.equals(BootLoader.OS_HPUX)) -- cgit v1.2.3