diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-07-25 08:01:09 +0000 |
commit | 4085ba54b41d14620736520c2c40425a544cb5a4 (patch) | |
tree | 2ccfe4e95d3be2092b542c6da73c58fb1826e781 /java/eclipse/files/patch-BootLoader.java | |
parent | Fix build on 4.x. (diff) |
Update to 3.0.
Submitted by: Panagiotis Astithas <past@netmode.ntua.gr>
Jeremy Faulkner <gldisater@gldis.ca>
Torben Jager <Torben.Jaeger@t-online.de>
Georg-W. Koltermann <gwk@rahn-koltermann.de>
Reviewed by: java
Diffstat (limited to '')
-rw-r--r-- | java/eclipse/files/patch-BootLoader.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/java/eclipse/files/patch-BootLoader.java b/java/eclipse/files/patch-BootLoader.java deleted file mode 100644 index 057397aa2c7a..000000000000 --- a/java/eclipse/files/patch-BootLoader.java +++ /dev/null @@ -1,23 +0,0 @@ ---- plugins/org.eclipse.core.boot/src/org/eclipse/core/boot/BootLoader.java.orig Thu Mar 6 12:13:43 2003 -+++ plugins/org.eclipse.core.boot/src/org/eclipse/core/boot/BootLoader.java Thu Mar 6 12:15:17 2003 -@@ -51,6 +51,12 @@ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - - /** -+ * Constant string (value "freebsd") indicating the platform is running on a -+ * FreeBSD operating system. -+ */ -+ public static final String OS_FREEBSD = "freebsd";//$NON-NLS-1$ -+ -+ /** - * Constant string (value "aix") indicating the platform is running on an - * AIX-based operating system. - */ -@@ -164,6 +170,7 @@ - OS_AIX, - OS_HPUX, - OS_LINUX, -+ OS_FREEBSD, - OS_MACOSX, - OS_QNX, - OS_SOLARIS, |