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 committed Nov 27, 2024
1 parent 33731fd commit df69aab
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion org.eclipse.jdt.core.manipulation/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1979
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion org.eclipse.jdt.junit.core/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.junit.core
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.junit.core;singleton:=true
Bundle-Version: 3.13.400.qualifier
Bundle-Version: 3.13.500.qualifier
Bundle-Activator: org.eclipse.jdt.internal.junit.JUnitCorePlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
3 changes: 2 additions & 1 deletion org.eclipse.jdt.junit.core/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 527899 [9] Implement JEP 280: Indify String Concatenation
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/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
3 changes: 2 additions & 1 deletion org.eclipse.jdt.junit/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Bug 527899 [9] Implement JEP 280: Indify String Concatenation
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/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Automatic-Module-Name: org.eclipse.jdt.ui
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.jdt.ui; singleton:=true
Bundle-Version: 3.33.200.qualifier
Bundle-Version: 3.33.300.qualifier
Bundle-Activator: org.eclipse.jdt.internal.ui.JavaPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Expand Down
1 change: 1 addition & 0 deletions org.eclipse.jdt.ui/forceQualifierUpdate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/19
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/1979
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2044
Pick up changes from https://github.com/eclipse-jdt/eclipse.jdt.core/pull/2770
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/2595
2 changes: 1 addition & 1 deletion org.eclipse.jdt.ui/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.ui</artifactId>
<version>3.33.200-SNAPSHOT</version>
<version>3.33.300-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>

<build>
Expand Down

0 comments on commit df69aab

Please sign in to comment.