Skip to content

Commit 4f39107

Browse files
authored
Prepare repo for CDT 12.1.0 (#1107)
Includes building with Tycho 4.0.12
1 parent 7f86b4a commit 4f39107

File tree

189 files changed

+243
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

189 files changed

+243
-242
lines changed

.github/workflows/code-cleanliness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
build:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-24.04
88

99
steps:
1010
- uses: actions/checkout@v4

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>4.0.10</version>
6+
<version>4.0.12</version>
77
</extension>
88
</extensions>

build/org.eclipse.cdt.autotools-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<feature
1313
id="org.eclipse.cdt.autotools"
1414
label="%featureName"
15-
version="12.0.0.qualifier"
15+
version="12.1.0.qualifier"
1616
provider-name="%provider"
1717
plugin="org.eclipse.cdt.autotools.ui"
1818
license-feature="org.eclipse.license"

build/org.eclipse.cdt.autotools.docs/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %bundleName
44
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
5-
Bundle-Version: 12.0.0.qualifier
5+
Bundle-Version: 12.1.0.qualifier
66
Bundle-Vendor: %provider
77
Bundle-Localization: plugin
88
Require-Bundle: org.eclipse.help,

build/org.eclipse.cdt.autotools.docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<parent>
1818
<groupId>org.eclipse.cdt</groupId>
1919
<artifactId>cdt-parent</artifactId>
20-
<version>12.0.0-SNAPSHOT</version>
20+
<version>12.1.0-SNAPSHOT</version>
2121
<relativePath>../../pom.xml</relativePath>
2222
</parent>
2323

24-
<version>12.0.0-SNAPSHOT</version>
24+
<version>12.1.0-SNAPSHOT</version>
2525
<artifactId>org.eclipse.cdt.autotools.docs</artifactId>
2626
<packaging>eclipse-plugin</packaging>
2727

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

Lines changed: 1 addition & 1 deletion
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.build.gcc.ui;singleton:=true
5-
Bundle-Version: 1.2.200.qualifier
5+
Bundle-Version: 1.2.300.qualifier
66
Bundle-Activator: org.eclipse.cdt.build.gcc.ui.internal.Activator
77
Bundle-Vendor: %providerName
88
Require-Bundle: org.eclipse.ui,

build/org.eclipse.cdt.build.gcc.ui/about.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2008, 2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2008, 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 Build Support\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\
2626
\n\
27-
Copyright (c) 2008, 2024 Contributors to the Eclipse Foundation
27+
Copyright (c) 2008, 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\

build/org.eclipse.cdt.core.autotools-feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<feature
1313
id="org.eclipse.cdt.core.autotools"
1414
label="%featureName"
15-
version="12.0.0.qualifier"
15+
version="12.1.0.qualifier"
1616
provider-name="%providerName"
1717
plugin="org.eclipse.cdt.core.autotools.ui"
1818
license-feature="org.eclipse.license"

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

Lines changed: 1 addition & 1 deletion
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.autotools.ui;singleton:=true
5-
Bundle-Version: 1.2.300.qualifier
5+
Bundle-Version: 1.2.400.qualifier
66
Bundle-Activator: org.eclipse.cdt.core.autotools.ui.internal.Activator
77
Bundle-Vendor: %providerName
88
Require-Bundle: org.eclipse.ui,

build/org.eclipse.cdt.core.autotools.ui/about.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
###############################################################################
2-
# Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
2+
# Copyright (c) 2017, 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++ Autotools Core Build Support - Experimental\n\
2424
Version: {featureVersion}\n\
2525
Build id: {0}\n\
2626
\n\
27-
Copyright (c) 2017, 2024 Contributors to the Eclipse Foundation
27+
Copyright (c) 2017, 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)