diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-17 17:39:48 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-06-17 17:39:48 +0000 |
commit | 5362074527684d60cbb8d3d79f4cf441dff5ec24 (patch) | |
tree | 3a84f219151476e3a79a9c9001da8efb15a11c9f /java/eclipse/files/patch-UpdateManagerUtils.java | |
parent | Update to 0.4.2 (diff) |
Add eclipse 2.1, An open extensible IDE for anything and nothing
in particular.
Submitted by: kan
Notes
Notes:
svn path=/head/; revision=83172
Diffstat (limited to 'java/eclipse/files/patch-UpdateManagerUtils.java')
-rw-r--r-- | java/eclipse/files/patch-UpdateManagerUtils.java | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/java/eclipse/files/patch-UpdateManagerUtils.java b/java/eclipse/files/patch-UpdateManagerUtils.java new file mode 100644 index 000000000000..d666ee2fee28 --- /dev/null +++ b/java/eclipse/files/patch-UpdateManagerUtils.java @@ -0,0 +1,18 @@ +--- plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java.orig Thu Mar 6 14:43:57 2003 ++++ plugins/org.eclipse.update.core/src/org/eclipse/update/internal/core/UpdateManagerUtils.java Thu Mar 6 14:44:53 2003 +@@ -17,7 +17,7 @@ + */
+ public class UpdateManagerUtils {
+
+- private static boolean OS_UNIX = BootLoader.OS_HPUX.equals(BootLoader.getOS()) || BootLoader.OS_AIX.equals(BootLoader.getOS()) || BootLoader.OS_LINUX.equals(BootLoader.getOS()) || BootLoader.OS_SOLARIS.equals(BootLoader.getOS());
++ private static boolean OS_UNIX = BootLoader.OS_HPUX.equals(BootLoader.getOS()) || BootLoader.OS_AIX.equals(BootLoader.getOS()) || BootLoader.OS_LINUX.equals(BootLoader.getOS()) || BootLoader.OS_FREEBSD.equals(BootLoader.getOS()) || BootLoader.OS_SOLARIS.equals(BootLoader.getOS());
+
+ private static Map table;
+
+@@ -735,4 +735,4 @@ + writer.init(file,encoding);
+ return writer;
+ }
+-} +\ No newline at end of file ++} |