From d5b3a4da33a63d56d9c803331a9323d10cf52938 Mon Sep 17 00:00:00 2001 From: Simeon Andreev Date: Wed, 27 Nov 2024 09:29:55 +0100 Subject: [PATCH] Updated bundles with comparator errors Changes to ecj are for handling of switch on String. See: https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 --- .../org.eclipse.swt.gtk.linux.aarch64/forceQualifierUpdate.txt | 1 + .../org.eclipse.swt.gtk.linux.ppc64le/forceQualifierUpdate.txt | 1 + .../org.eclipse.swt.gtk.linux.riscv64/forceQualifierUpdate.txt | 1 + .../org.eclipse.swt.gtk.linux.x86_64/forceQualifierUpdate.txt | 1 + .../forceQualifierUpdate.txt | 1 + .../org.eclipse.swt.win32.win32.x86_64/forceQualifierUpdate.txt | 1 + bundles/org.eclipse.swt/META-INF/MANIFEST.MF | 2 +- bundles/org.eclipse.swt/forceQualifierUpdate.txt | 1 + 8 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 binaries/org.eclipse.swt.gtk.linux.aarch64/forceQualifierUpdate.txt create mode 100644 binaries/org.eclipse.swt.gtk.linux.ppc64le/forceQualifierUpdate.txt create mode 100644 binaries/org.eclipse.swt.gtk.linux.riscv64/forceQualifierUpdate.txt create mode 100644 binaries/org.eclipse.swt.gtk.linux.x86_64/forceQualifierUpdate.txt create mode 100644 binaries/org.eclipse.swt.win32.win32.aarch64/forceQualifierUpdate.txt create mode 100644 binaries/org.eclipse.swt.win32.win32.x86_64/forceQualifierUpdate.txt diff --git a/binaries/org.eclipse.swt.gtk.linux.aarch64/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.gtk.linux.aarch64/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.gtk.linux.aarch64/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/binaries/org.eclipse.swt.gtk.linux.ppc64le/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.gtk.linux.ppc64le/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.gtk.linux.ppc64le/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/binaries/org.eclipse.swt.gtk.linux.riscv64/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.gtk.linux.riscv64/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.gtk.linux.riscv64/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/binaries/org.eclipse.swt.gtk.linux.x86_64/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.gtk.linux.x86_64/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.gtk.linux.x86_64/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/binaries/org.eclipse.swt.win32.win32.aarch64/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.win32.win32.aarch64/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.win32.win32.aarch64/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/binaries/org.eclipse.swt.win32.win32.x86_64/forceQualifierUpdate.txt b/binaries/org.eclipse.swt.win32.win32.x86_64/forceQualifierUpdate.txt new file mode 100644 index 00000000000..75709314bdd --- /dev/null +++ b/binaries/org.eclipse.swt.win32.win32.x86_64/forceQualifierUpdate.txt @@ -0,0 +1 @@ +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 diff --git a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF index 76118dc96ce..29fa5976e6c 100644 --- a/bundles/org.eclipse.swt/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.swt/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-Name: %pluginName Bundle-Vendor: %providerName Bundle-SymbolicName: org.eclipse.swt; singleton:=true -Bundle-Version: 3.129.0.qualifier +Bundle-Version: 3.129.100.qualifier Bundle-ManifestVersion: 2 Bundle-Localization: plugin DynamicImport-Package: org.eclipse.swt.accessibility2 diff --git a/bundles/org.eclipse.swt/forceQualifierUpdate.txt b/bundles/org.eclipse.swt/forceQualifierUpdate.txt index 1d08de82d77..75249a0ccb8 100644 --- a/bundles/org.eclipse.swt/forceQualifierUpdate.txt +++ b/bundles/org.eclipse.swt/forceQualifierUpdate.txt @@ -1,2 +1,3 @@ https://github.com/eclipse-platform/eclipse.platform.swt/issues/1093 Pick-up legal file unification in native fragments from: https://github.com/eclipse-platform/eclipse.platform.swt/pull/1144 +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595