diff options
author | Norbert Grundmann <ngrundmann@gmx.de> | 2024-09-13 03:48:18 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-09-13 03:48:18 +0300 |
commit | 27eb99fc47558129e3decbaaa06262aaf36f62cc (patch) | |
tree | c9faee3f069d3589e1538d36a46de406308ecfdb /java/eclipse/files/patch-eclipse.platform.runtime | |
parent | devel/kBuild: fix build with GCC14 (diff) |
java/eclipse: Update 4.24 → 4.32, take maintainership
PR: 281123
Diffstat (limited to 'java/eclipse/files/patch-eclipse.platform.runtime')
-rw-r--r-- | java/eclipse/files/patch-eclipse.platform.runtime | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/java/eclipse/files/patch-eclipse.platform.runtime b/java/eclipse/files/patch-eclipse.platform.runtime deleted file mode 100644 index 82356ea0459f..000000000000 --- a/java/eclipse/files/patch-eclipse.platform.runtime +++ /dev/null @@ -1,24 +0,0 @@ -diff -ru eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java ---- eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/internal/runtime/InternalPlatform.java 0000-00-00 00:00:00.000000000 +0000 -@@ -63,7 +63,7 @@ - - private Map<Bundle, Log> logs = new ConcurrentHashMap<>(5); - -- private static final String[] OS_LIST = { Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_WIN32 }; -+ private static final String[] OS_LIST = { Platform.OS_FREEBSD, Platform.OS_LINUX, Platform.OS_MACOSX, Platform.OS_WIN32 }; - private String password = ""; //$NON-NLS-1$ - private static final String PASSWORD = "-password"; //$NON-NLS-1$ - -diff -ru eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java ---- eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 0000-00-00 00:00:00.000000000 +0000 -+++ eclipse.platform.runtime/bundles/org.eclipse.core.runtime/src/org/eclipse/core/runtime/Platform.java 0000-00-00 00:00:00.000000000 +0000 -@@ -206,6 +206,8 @@ - */ - public static final String OS_LINUX = "linux";//$NON-NLS-1$ - -+ 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. |