Skip to content

Commit c2278fd

Browse files
committed
Bump org.eclipse.cdt.core/ui bundle version to 9.0.0
Some of the changes that are about to arrive have specific impacts of API of core build. Because CBS is largely in org.eclipse.cdt.core/ui any breaking changes to the CBS API necessitate bumping the entire bundle to a new version. One of the most noticeable changes is expected to be that org.eclipse.cdt.core.build.ICBuildConfigurationProvider.createBuildConfiguration(IProject, IToolChain, String, IProgressMonitor) needs a new parameter to properly connect the target. The upcoming PR that makes the API change will document that change in the CHANGELOG-API.md and N&N documentation. Part of #1000
1 parent 84d99f2 commit c2278fd

File tree

12 files changed

+20
-20
lines changed

12 files changed

+20
-20
lines changed

build/org.eclipse.cdt.make.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Export-Package: org.eclipse.cdt.make.core,
2020
org.eclipse.cdt.make.internal.core.scannerconfig.util;x-internal:=true,
2121
org.eclipse.cdt.make.internal.core.scannerconfig2;x-internal:=true
2222
Import-Package: freemarker.template;version="[2.3.22,3.0.0)"
23-
Require-Bundle: org.eclipse.cdt.core;bundle-version="[8.3.0,9.0.0)",
23+
Require-Bundle: org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
2424
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
2525
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
2626
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

build/org.eclipse.cdt.make.ui/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
2828
org.eclipse.ui.editors;bundle-version="[3.2.0,4.0.0)",
2929
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
3030
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
31-
org.eclipse.cdt.core;bundle-version="[8.0.0,9.0.0)",
32-
org.eclipse.cdt.ui;bundle-version="[8.0.0,9.0.0)",
31+
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
32+
org.eclipse.cdt.ui;bundle-version="[9.0.0,10.0.0)",
3333
org.eclipse.cdt.make.core;bundle-version="[7.0.0,8.1.0)",
3434
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
3535
org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)",

build/org.eclipse.cdt.managedbuilder.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Export-Package: org.eclipse.cdt.build.core.scannerconfig,
3535
org.eclipse.cdt.managedbuilder.templateengine,
3636
org.eclipse.cdt.managedbuilder.templateengine.processes,
3737
org.eclipse.cdt.newmake.core
38-
Require-Bundle: org.eclipse.cdt.core;bundle-version="[8.3.0,9.0.0)",
38+
Require-Bundle: org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
3939
org.eclipse.core.resources;bundle-version="[3.14.0,4.0.0)",
4040
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
4141
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",

build/org.eclipse.cdt.managedbuilder.gnu.ui/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Export-Package: org.eclipse.cdt.managedbuilder.gnu.cygwin,
1212
org.eclipse.cdt.managedbuilder.gnu.ui
1313
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
1414
org.eclipse.cdt.managedbuilder.core;bundle-version="[9.0.0,10.0.0]",
15-
org.eclipse.cdt.core;bundle-version="[8.0.0,9.0.0)",
15+
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
1616
org.eclipse.core.resources
1717
Bundle-ActivationPolicy: lazy
1818
Bundle-RequiredExecutionEnvironment: JavaSE-17

build/org.eclipse.cdt.managedbuilder.ui/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ Export-Package: org.eclipse.cdt.managedbuilder.internal.ui.commands;x-internal:=
1414
Require-Bundle: org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
1515
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
1616
org.eclipse.core.variables;bundle-version="[3.1.100,4.0.0)",
17-
org.eclipse.cdt.core;bundle-version="[8.0.0,9.0.0)",
17+
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
1818
org.eclipse.cdt.make.core,
1919
org.eclipse.cdt.make.ui,
2020
org.eclipse.cdt.managedbuilder.core;bundle-version="[9.0.0,10.0.0]",
21-
org.eclipse.cdt.ui;bundle-version="[8.0.0,9.0.0)",
21+
org.eclipse.cdt.ui;bundle-version="[9.0.0,10.0.0)",
2222
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
2323
org.eclipse.ui.console;bundle-version="[3.5.100,4.0.0)",
2424
org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",

core/org.eclipse.cdt.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
5-
Bundle-Version: 8.5.100.qualifier
5+
Bundle-Version: 9.0.0.qualifier
66
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin

core/org.eclipse.cdt.core/utils/org/eclipse/cdt/utils/elf/Elf.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ public class ELFhdr {
114114
public static final int EM_SPARC32PLUS = 18;
115115
public static final int EM_PPC = 20;
116116
public static final int EM_PPC64 = 21;
117-
/** @since 8.5*/
117+
/** @since 9.0*/
118118
public static final int EM_V800 = 36;
119119
public static final int EM_ARM = 40;
120120
public static final int EM_SH = 42;
@@ -159,9 +159,9 @@ public class ELFhdr {
159159
public static final int EM_RL78 = 197; /* Renesas RL78 Microcontroller */
160160
/** @since 6.0 */
161161
public static final int EM_AARCH64 = 183;
162-
/** @since 8.5 */
162+
/** @since 9.0*/
163163
public static final int EM_AVR32 = 185;
164-
/** @since 8.5 */
164+
/** @since 9.0*/
165165
public static final int EM_MICROBLAZE = 189;
166166

167167
/** @since 7.0 */

core/org.eclipse.cdt.ui/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %pluginName
44
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
5-
Bundle-Version: 8.1.600.qualifier
5+
Bundle-Version: 9.0.0.qualifier
66
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
77
Bundle-Vendor: %providerName
88
Bundle-Localization: plugin
@@ -104,7 +104,7 @@ Export-Package: org.eclipse.cdt.internal.corext;x-internal:=true,
104104
org.eclipse.cdt.ui.wizards.conversion,
105105
org.eclipse.cdt.utils.ui.controls
106106
Import-Package: org.apache.commons.io;version="[2.8.0,3.0.0)"
107-
Require-Bundle: org.eclipse.cdt.core;bundle-version="[8.4.0,9.0.0)",
107+
Require-Bundle: org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
108108
org.eclipse.compare;bundle-version="[3.8.500,4.0.0)",
109109
org.eclipse.core.expressions;bundle-version="[3.8.200,4.0.0)",
110110
org.eclipse.core.filesystem;bundle-version="[1.9.500,2.0.0)",

debug/org.eclipse.cdt.debug.core/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Export-Package: org.eclipse.cdt.debug.core,
3838
org.eclipse.cdt.dsf.ui,
3939
org.eclipse.cdt.tests.dsf.gdb",
4040
org.eclipse.cdt.debug.internal.core.srcfinder;x-internal:=true
41-
Require-Bundle: org.eclipse.cdt.core;bundle-version="[8.3.0,9.0.0)",
41+
Require-Bundle: org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
4242
org.eclipse.core.filesystem;bundle-version="1.2.0",
4343
org.eclipse.core.resources;bundle-version="[3.2.0,4.0.0)",
4444
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

debug/org.eclipse.cdt.debug.ui/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.16.0,4.0.0)",
5050
org.eclipse.debug.ui;bundle-version="[3.7.0,4.0.0)",
5151
org.eclipse.debug.core;bundle-version="[3.7.0,4.0.0)",
5252
org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)",
53-
org.eclipse.cdt.ui;bundle-version="[8.0.0,9.0.0)",
54-
org.eclipse.cdt.core;bundle-version="[8.3.0,9.0.0)",
53+
org.eclipse.cdt.ui;bundle-version="[9.0.0,10.0.0)",
54+
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
5555
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",
5656
org.eclipse.ui.console;bundle-version="[3.1.100,4.0.0)",
5757
org.eclipse.ui.views;bundle-version="[3.2.0,4.0.0)",

launch/org.eclipse.cdt.launch/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.2.0,4.0.0)",
1919
org.eclipse.debug.core;bundle-version="[3.2.0,4.0.0)",
2020
org.eclipse.debug.ui;bundle-version="[3.2.0,4.0.0)",
2121
org.eclipse.ui;bundle-version="[3.2.0,4.0.0)",
22-
org.eclipse.cdt.core;bundle-version="[8.0.0,9.0.0)",
23-
org.eclipse.cdt.ui;bundle-version="[8.0.0,9.0.0)",
22+
org.eclipse.cdt.core;bundle-version="[9.0.0,10.0.0)",
23+
org.eclipse.cdt.ui;bundle-version="[9.0.0,10.0.0)",
2424
org.eclipse.cdt.debug.core;bundle-version="[7.0.0,9.0.0)",
2525
org.eclipse.cdt.debug.ui;bundle-version="[7.0.0,9.0.0)",
2626
org.eclipse.core.runtime;bundle-version="[3.2.0,4.0.0)",

launch/org.eclipse.cdt.launch/about.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2002, 2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2002, 2025 Contributors to the Eclipse Foundation
33
#
44
# See the NOTICE file(s) distributed with this work for additional
55
# information regarding copyright ownership.
@@ -24,7 +24,7 @@ blurb=C/C++ GNU Toolchain Debug Support\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\
2626
\n\
27-
Copyright (c) 2002, 2024 Contributors to the Eclipse Foundation
27+
Copyright (c) 2002, 2025 Contributors to the Eclipse Foundation
2828
\n\
2929
See the NOTICE file(s) distributed with this work for additional\n\
3030
information regarding copyright ownership.\n\

0 commit comments

Comments
 (0)