Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular. Submitted by: kan
This commit is contained in:
11
java/eclipse/files/patch-InternalBootLoader.java
Normal file
11
java/eclipse/files/patch-InternalBootLoader.java
Normal file
@@ -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))
|
||||
Reference in New Issue
Block a user