From 8e214025e599ac09cefb959dc0171cd7df8bb2db Mon Sep 17 00:00:00 2001 From: Simeon Andreev Date: Wed, 27 Nov 2024 08:55:09 +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.jdt.debug.tests/META-INF/MANIFEST.MF | 2 +- org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt | 3 ++- org.eclipse.jdt.debug.tests/pom.xml | 2 +- org.eclipse.jdt.debug/META-INF/MANIFEST.MF | 2 +- org.eclipse.jdt.debug/forceQualifierUpdate.txt | 3 ++- org.eclipse.jdt.launching/forceQualifierUpdate.txt | 3 ++- 6 files changed, 9 insertions(+), 6 deletions(-) diff --git a/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF index 4db7039d23..116932fe89 100644 --- a/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.debug.tests; singleton:=true -Bundle-Version: 3.12.550.qualifier +Bundle-Version: 3.12.600.qualifier Bundle-ClassPath: javadebugtests.jar Bundle-Activator: org.eclipse.jdt.debug.testplugin.JavaTestPlugin Bundle-Vendor: %providerName diff --git a/org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt b/org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt index 71666d24e7..4092ac1292 100644 --- a/org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt +++ b/org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt @@ -3,4 +3,5 @@ Bug 530709 - Comparator errors in jdt debug and jdt ui in I20180204-2000 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1781 -https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923 \ No newline at end of file +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923 +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 \ No newline at end of file diff --git a/org.eclipse.jdt.debug.tests/pom.xml b/org.eclipse.jdt.debug.tests/pom.xml index 422e35cf77..b23765e6c3 100644 --- a/org.eclipse.jdt.debug.tests/pom.xml +++ b/org.eclipse.jdt.debug.tests/pom.xml @@ -18,7 +18,7 @@ org.eclipse.jdt org.eclipse.jdt.debug.tests - 3.12.550-SNAPSHOT + 3.12.600-SNAPSHOT eclipse-test-plugin ${project.artifactId} diff --git a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF index 03f149c676..84d4ebd713 100644 --- a/org.eclipse.jdt.debug/META-INF/MANIFEST.MF +++ b/org.eclipse.jdt.debug/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true -Bundle-Version: 3.21.600.qualifier +Bundle-Version: 3.21.700.qualifier Bundle-ClassPath: jdimodel.jar Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin Bundle-Vendor: %providerName diff --git a/org.eclipse.jdt.debug/forceQualifierUpdate.txt b/org.eclipse.jdt.debug/forceQualifierUpdate.txt index 8196c8b8d6..489ef135f0 100644 --- a/org.eclipse.jdt.debug/forceQualifierUpdate.txt +++ b/org.eclipse.jdt.debug/forceQualifierUpdate.txt @@ -4,4 +4,5 @@ Bug 534597 - Unanticipated comparator errors in I20180511-2000 Bug 566471 - I20200828-0150 - Comparator Errors Found https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659 -https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923 \ No newline at end of file +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923 +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 \ No newline at end of file diff --git a/org.eclipse.jdt.launching/forceQualifierUpdate.txt b/org.eclipse.jdt.launching/forceQualifierUpdate.txt index cfe30fac63..164de8f17c 100644 --- a/org.eclipse.jdt.launching/forceQualifierUpdate.txt +++ b/org.eclipse.jdt.launching/forceQualifierUpdate.txt @@ -3,4 +3,5 @@ Bug 509973 - Comparator errors in I20170105-0320 Bug 534597 - Unanticipated comparator errors in I20180511-2000 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1184 https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1659 -https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1781 \ No newline at end of file +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1781 +https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595 \ No newline at end of file