File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
runtime/bundles/org.eclipse.core.runtime
src/org/eclipse/core/runtime Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1
1
Manifest-Version : 1.0
2
2
Bundle-ManifestVersion : 2
3
3
Bundle-Name : %pluginName
4
- Bundle-Version : 3.31.100 .qualifier
4
+ Bundle-Version : 3.32.0 .qualifier
5
5
Bundle-SymbolicName : org.eclipse.core.runtime; singleton:=true
6
6
Bundle-Vendor : %providerName
7
7
Bundle-Activator : org.eclipse.core.internal.runtime.PlatformActivator
Original file line number Diff line number Diff line change @@ -409,6 +409,15 @@ public static boolean isMac() {
409
409
*/
410
410
public static final String ARCH_AARCH64 = "aarch64" ;//$NON-NLS-1$
411
411
412
+ /**
413
+ * Constant string (value {@code aarch64} indicating the platform is running on
414
+ * an RISC-V 64bit-based architecture.
415
+ *
416
+ * @since 3.32
417
+ *
418
+ */
419
+ public static final String ARCH_RISCV64 = "riscv64" ;//$NON-NLS-1$
420
+
412
421
/**
413
422
* Constant string (value "amd64") indicating the platform is running on an
414
423
* AMD64-based architecture.
You can’t perform that action at this time.
0 commit comments