Skip to content

Commit

Permalink
Updated bundles with comparator errors
Browse files Browse the repository at this point in the history
Changes to ecj are for handling of switch on String.

See: eclipse-platform/eclipse.platform.releng.aggregator#2595
  • Loading branch information
trancexpress authored and akurtakov committed Nov 27, 2024
1 parent ecfc91d commit e6fd9f4
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.jdt.debug.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.jdt.debug.tests/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion org.eclipse.jdt.debug.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</parent>
<groupId>org.eclipse.jdt</groupId>
<artifactId>org.eclipse.jdt.debug.tests</artifactId>
<version>3.12.550-SNAPSHOT</version>
<version>3.12.600-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.jdt.debug/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.jdt.debug/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1923
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
3 changes: 2 additions & 1 deletion org.eclipse.jdt.launching/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1781
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595

0 comments on commit e6fd9f4

Please sign in to comment.