1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00
This commit is contained in:
Jonah Graham 2025-06-04 20:41:35 +00:00 committed by GitHub
commit 02d389518a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
147 changed files with 174 additions and 174 deletions

View file

@ -25,7 +25,7 @@ To build CDT plug-ins you need a standard Maven & Java development environment.
The CI build automatically run code cleanliness checks. To run them on your computer it is recommended to use the Docker image, for example like this from the root of the checked out CDT repo: The CI build automatically run code cleanliness checks. To run them on your computer it is recommended to use the Docker image, for example like this from the root of the checked out CDT repo:
```sh ```sh
docker run --rm -it -v $(git rev-parse --show-toplevel):/work -w /work/$(git rev-parse --show-prefix) --cap-add=SYS_PTRACE --security-opt seccomp=unconfined quay.io/eclipse-cdt/cdt-infra:latest releng/scripts/check_code_cleanliness.sh docker run --rm -it -v $(git rev-parse --show-toplevel):/work -w /work/$(git rev-parse --show-prefix) quay.io/eclipse-cdt/cdt-infra:latest releng/scripts/check_code_cleanliness.sh
``` ```
#### Diagnosing code cleanliness failures #### Diagnosing code cleanliness failures

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.autotools" id="org.eclipse.cdt.autotools"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%provider" provider-name="%provider"
plugin="org.eclipse.cdt.autotools.ui" plugin="org.eclipse.cdt.autotools.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %bundleName Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.autotools.docs;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %provider Bundle-Vendor: %provider
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)", Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)",

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.autotools.docs</artifactId> <artifactId>org.eclipse.cdt.autotools.docs</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.core.autotools" id="org.eclipse.cdt.core.autotools"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.core.autotools.ui" plugin="org.eclipse.cdt.core.autotools.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.gnu.build" id="org.eclipse.cdt.gnu.build"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.build.gcc.ui" plugin="org.eclipse.cdt.build.gcc.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.meson" id="org.eclipse.cdt.meson"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.meson.ui" plugin="org.eclipse.cdt.meson.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %bundleName Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.meson.docs;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %provider Bundle-Vendor: %provider
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)", Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4)",

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.meson.docs</artifactId> <artifactId>org.eclipse.cdt.meson.docs</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.build-parent</artifactId> <artifactId>org.eclipse.cdt.build-parent</artifactId>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId> <artifactId>cmake-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>cmake-aggregator</artifactId> <artifactId>cmake-aggregator</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.cmake" id="org.eclipse.cdt.cmake"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.cmake.ui" plugin="org.eclipse.cdt.cmake.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,12 +17,12 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cmake-parent</artifactId> <artifactId>cmake-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.codan-parent</artifactId> <artifactId>org.eclipse.cdt.codan-parent</artifactId>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.linux.aarch64 Bundle-Name: %fragmentName.linux.aarch64
Bundle-SymbolicName: org.eclipse.cdt.core.linux.aarch64;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core.linux.aarch64;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.aarch64</artifactId> <artifactId>org.eclipse.cdt.core.linux.aarch64</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -3,7 +3,7 @@ Bundle-SymbolicName: org.eclipse.cdt.core.linux.ppc64le;singleton:=true
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-Name: %fragmentName.linux.ppc64le Bundle-Name: %fragmentName.linux.ppc64le
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc64le)) Eclipse-PlatformFilter: (&(osgi.os=linux)(osgi.arch=ppc64le))

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.ppc64le</artifactId> <artifactId>org.eclipse.cdt.core.linux.ppc64le</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.linux.x86_64 Bundle-Name: %fragmentName.linux.x86_64
Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core.linux.x86_64;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId> <artifactId>org.eclipse.cdt.core.linux.x86_64</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.macosx Bundle-Name: %fragmentName.macosx
Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core.macosx; singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.macosx</artifactId> <artifactId>org.eclipse.cdt.core.macosx</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -19,7 +19,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.win32.aarch64 Bundle-Name: %fragmentName.win32.aarch64
Bundle-SymbolicName: org.eclipse.cdt.core.win32.aarch64;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core.win32.aarch64;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=aarch64)) Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=aarch64))
Bundle-Vendor: %providerName Bundle-Vendor: %providerName

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.win32.aarch64</artifactId> <artifactId>org.eclipse.cdt.core.win32.aarch64</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %fragmentName.win32.x86_64 Bundle-Name: %fragmentName.win32.x86_64
Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86_64;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.core.win32.x86_64;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)" Fragment-Host: org.eclipse.cdt.core.native;bundle-version="[6.3.0,7.0.0)"
Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86_64)) Eclipse-PlatformFilter: (&(osgi.os=win32)(osgi.arch=x86_64))
Bundle-Vendor: %providerName Bundle-Vendor: %providerName

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.core.win32.x86_64</artifactId> <artifactId>org.eclipse.cdt.core.win32.x86_64</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt-parent</artifactId> <artifactId>org.eclipse.cdt-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.build.crossgcc" id="org.eclipse.cdt.build.crossgcc"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.build.crossgcc" plugin="org.eclipse.cdt.build.crossgcc"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.launch.remote" id="org.eclipse.cdt.launch.remote"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.launch.serial.feature" id="org.eclipse.cdt.launch.serial.feature"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.launch.serial.ui" plugin="org.eclipse.cdt.launch.serial.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -10,7 +10,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
org.eclipse.launchbar.core;bundle-version="[3.0.0,4)", org.eclipse.launchbar.core;bundle-version="[3.0.0,4)",
org.eclipse.cdt.core;bundle-version="[9.1.0,10)", org.eclipse.cdt.core;bundle-version="[9.1.0,10)",
org.eclipse.cdt.debug.core;bundle-version="[9.0.0,10)", org.eclipse.cdt.debug.core;bundle-version="[9.0.0,10)",
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)" org.eclipse.cdt.native.serial;bundle-version="[12.2.0,13)"
Export-Package: org.eclipse.cdt.launch.serial Export-Package: org.eclipse.cdt.launch.serial
Bundle-Activator: org.eclipse.cdt.launch.serial.internal.Activator Bundle-Activator: org.eclipse.cdt.launch.serial.internal.Activator
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -11,7 +11,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
org.eclipse.launchbar.core;bundle-version="[3.0.0,4)", org.eclipse.launchbar.core;bundle-version="[3.0.0,4)",
org.eclipse.launchbar.ui;bundle-version="[2.5.600,3)", org.eclipse.launchbar.ui;bundle-version="[2.5.600,3)",
org.eclipse.cdt.launch.serial.core;bundle-version="[1.2.100,2)", org.eclipse.cdt.launch.serial.core;bundle-version="[1.2.100,2)",
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)", org.eclipse.cdt.native.serial;bundle-version="[12.2.0,13)",
org.eclipse.cdt.launch;bundle-version="[11.0.0,12)" org.eclipse.cdt.launch;bundle-version="[11.0.0,12)"
Bundle-Activator: org.eclipse.cdt.launch.serial.ui.internal.Activator Bundle-Activator: org.eclipse.cdt.launch.serial.ui.internal.Activator
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.cross-parent</artifactId> <artifactId>org.eclipse.cdt.cross-parent</artifactId>

View file

@ -11,7 +11,7 @@
SPDX-License-Identifier: EPL-2.0 SPDX-License-Identifier: EPL-2.0
--> -->
<product name="Stand-alone C/C++ GDB Debugger" uid="org.eclipse.cdt.debug.application.product" id="org.eclipse.cdt.debug.application.product" application="org.eclipse.cdt.debug.application.app" version="12.1.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true"> <product name="Stand-alone C/C++ GDB Debugger" uid="org.eclipse.cdt.debug.application.product" id="org.eclipse.cdt.debug.application.product" application="org.eclipse.cdt.debug.application.app" version="12.2.0.qualifier" type="mixed" includeLaunchers="true" autoIncludeRequirements="true">
<aboutInfo> <aboutInfo>
<image path="/org.eclipse.cdt.debug.application/icons/about.png"/> <image path="/org.eclipse.cdt.debug.application/icons/about.png"/>

View file

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -16,7 +16,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %bundleName Bundle-Name: %bundleName
Bundle-SymbolicName: org.eclipse.cdt.debug.application;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.debug.application;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Activator: org.eclipse.cdt.debug.application.Activator Bundle-Activator: org.eclipse.cdt.debug.application.Activator
Bundle-Vendor: %provider Bundle-Vendor: %provider
Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)", Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)",

View file

@ -41,6 +41,6 @@ DebugRemoteExecutableMenu.label=&Remote Executable...
DebugCore.description=Debug a corefile DebugCore.description=Debug a corefile
DebugCore.name=Debug Core File DebugCore.name=Debug Core File
DebugCoreMenu.label=Debug &Core File... DebugCoreMenu.label=Debug &Core File...
aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 12.1.0\n aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 12.2.0\n
ProductDesc=Eclipse Stand-alone C/C++ GDB Debugger ProductDesc=Eclipse Stand-alone C/C++ GDB Debugger
ProductName=Stand-alone C/C++ GDB Debugger ProductName=Stand-alone C/C++ GDB Debugger

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.debug.standalone" id="org.eclipse.cdt.debug.standalone"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.debug.application" plugin="org.eclipse.cdt.debug.application"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.gdb" id="org.eclipse.cdt.gdb"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.gdb" plugin="org.eclipse.cdt.gdb"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.gnu.debug" id="org.eclipse.cdt.gnu.debug"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.launch" plugin="org.eclipse.cdt.launch"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.debug-parent</artifactId> <artifactId>org.eclipse.cdt.debug-parent</artifactId>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.doc.isv; singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Localization: plugin Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4.0.0)" Require-Bundle: org.eclipse.help;bundle-version="[3.10.500,4.0.0)"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -17,11 +17,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.doc.isv</artifactId> <artifactId>org.eclipse.cdt.doc.isv</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>
@ -121,7 +121,7 @@
<additionalArgument>-linkoffline ../../org.eclipse.platform.doc.isv/reference/api <additionalArgument>-linkoffline ../../org.eclipse.platform.doc.isv/reference/api
</additionalArgument> </additionalArgument>
<additionalArgument>-public</additionalArgument> <additionalArgument>-public</additionalArgument>
<additionalArgument>-header "Eclipse CDT 12.1.0" <additionalArgument>-header "Eclipse CDT 12.2.0"
</additionalArgument> </additionalArgument>
<additionalArgument>-bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved."</additionalArgument> <additionalArgument>-bottom "Copyright (c) IBM Corp. and others 2004, 2021. All Rights Reserved."</additionalArgument>
<additionalArgument>-tag 'noimplement:a:Restriction:'</additionalArgument> <additionalArgument>-tag 'noimplement:a:Restriction:'</additionalArgument>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true Bundle-SymbolicName: org.eclipse.cdt.doc.user; singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy

View file

@ -16,11 +16,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.doc.user</artifactId> <artifactId>org.eclipse.cdt.doc.user</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -27,7 +27,7 @@ Require-Bundle: org.eclipse.ui;bundle-version="[3.207.200,4)",
org.eclipse.debug.core;bundle-version="[3.23.0,4)", org.eclipse.debug.core;bundle-version="[3.23.0,4)",
org.eclipse.core.resources;bundle-version="[3.22.200,4)", org.eclipse.core.resources;bundle-version="[3.22.200,4)",
org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)", org.eclipse.tm.terminal.control;bundle-version="[5.5.400,6)",
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)", org.eclipse.cdt.native.serial;bundle-version="[12.2.0,13)",
org.eclipse.launchbar.ui;bundle-version="[2.5.600,3)" org.eclipse.launchbar.ui;bundle-version="[2.5.600,3)"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-RequiredExecutionEnvironment: JavaSE-17

View file

@ -17,7 +17,7 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.33.0,4)",
org.eclipse.core.resources;bundle-version="[3.22.200,4)", org.eclipse.core.resources;bundle-version="[3.22.200,4)",
org.eclipse.launchbar.core;bundle-version="[3.0.0,4)";visibility:=reexport, org.eclipse.launchbar.core;bundle-version="[3.0.0,4)";visibility:=reexport,
org.eclipse.cdt.core.native;bundle-version="[6.4.0,7.0.0)", org.eclipse.cdt.core.native;bundle-version="[6.4.0,7.0.0)",
org.eclipse.cdt.native.serial;bundle-version="[12.1.0,13)" org.eclipse.cdt.native.serial;bundle-version="[12.2.0,13)"
Bundle-ActivationPolicy: lazy Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.cdt.dsf.gdb, Export-Package: org.eclipse.cdt.dsf.gdb,

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.gnu.dsf" id="org.eclipse.cdt.gnu.dsf"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.dsf.gdb.ui" plugin="org.eclipse.cdt.dsf.gdb.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.gnu.multicorevisualizer" id="org.eclipse.cdt.gnu.multicorevisualizer"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui" plugin="org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.dsf-gdb-parent</artifactId> <artifactId>org.eclipse.cdt.dsf-gdb-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.examples.dsf" id="org.eclipse.cdt.examples.dsf"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.examples.dsf" plugin="org.eclipse.cdt.examples.dsf"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.dsf-parent</artifactId> <artifactId>org.eclipse.cdt.dsf-parent</artifactId>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>jsoncdb-parent</artifactId> <artifactId>jsoncdb-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>jsoncdb-aggregator</artifactId> <artifactId>jsoncdb-aggregator</artifactId>

View file

@ -17,12 +17,12 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>jsoncdb-parent</artifactId> <artifactId>jsoncdb-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.debug.gdbjtag" id="org.eclipse.cdt.debug.gdbjtag"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.jtag-parent</artifactId> <artifactId>org.eclipse.cdt.jtag-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.docker.launcher" id="org.eclipse.cdt.docker.launcher"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%provider" provider-name="%provider"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.flatpak.launcher" id="org.eclipse.cdt.flatpak.launcher"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%provider" provider-name="%provider"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.launch-parent</artifactId> <artifactId>org.eclipse.cdt.launch-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.launchbar.remote" id="org.eclipse.launchbar.remote"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.launchbar.remote.ui" plugin="org.eclipse.launchbar.remote.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.launchbar" id="org.eclipse.launchbar"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.launchbar.ui" plugin="org.eclipse.launchbar.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.launchbar-parent</artifactId> <artifactId>org.eclipse.cdt.launchbar-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.llvm.dsf.lldb" id="org.eclipse.cdt.llvm.dsf.lldb"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.llvm.dsf.lldb.ui" plugin="org.eclipse.cdt.llvm.dsf.lldb.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.managedbuilder.llvm" id="org.eclipse.cdt.managedbuilder.llvm"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.managedbuilder.llvm.ui" plugin="org.eclipse.cdt.managedbuilder.llvm.ui"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.llvm-parent</artifactId> <artifactId>org.eclipse.cdt.llvm-parent</artifactId>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.debug.ui.memory" id="org.eclipse.cdt.debug.ui.memory"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.debug.ui.memory.memorybrowser" plugin="org.eclipse.cdt.debug.ui.memory.memorybrowser"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.memory-parent</artifactId> <artifactId>org.eclipse.cdt.memory-parent</artifactId>

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.native.serial Bundle-SymbolicName: org.eclipse.cdt.native.serial
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: org.eclipse.cdt.serial Export-Package: org.eclipse.cdt.serial

View file

@ -19,11 +19,11 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<artifactId>org.eclipse.cdt.native.serial</artifactId> <artifactId>org.eclipse.cdt.native.serial</artifactId>
<packaging>eclipse-plugin</packaging> <packaging>eclipse-plugin</packaging>

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>org.eclipse.cdt.native-parent</artifactId> <artifactId>org.eclipse.cdt.native-parent</artifactId>

View file

@ -16,7 +16,7 @@
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>CDT Parent</name> <name>CDT Parent</name>
@ -40,9 +40,9 @@
<tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt</tycho.scmUrl> <tycho.scmUrl>scm:git:https://github.com/eclipse-cdt/cdt</tycho.scmUrl>
<!-- Some old tests, like CDescriptorOldTests, fail due to reflection access. Therefore we add-opens to make that pass --> <!-- Some old tests, like CDescriptorOldTests, fail due to reflection access. Therefore we add-opens to make that pass -->
<base.test.vmargs>-Xms256m -Xmx512m -ea --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED</base.test.vmargs> <base.test.vmargs>-Xms256m -Xmx512m -ea --add-opens=java.xml/com.sun.org.apache.xerces.internal.dom=ALL-UNNAMED</base.test.vmargs>
<comparator.repo>https://download.eclipse.org/tools/cdt/releases/12.0/cdt-12.0.0/</comparator.repo> <comparator.repo>https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-rc1/</comparator.repo>
<api-baseline.repo>https://download.eclipse.org/tools/cdt/releases/12.0/cdt-12.0.0/</api-baseline.repo> <api-baseline.repo>https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-rc1/</api-baseline.repo>
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2025-03/</api-baseline.repo.simrel> <api-baseline.repo.simrel>https://download.eclipse.org/releases/2025-06/</api-baseline.repo.simrel>
<!-- these parameters are to control baseline replace and compare. On a local build you want <!-- these parameters are to control baseline replace and compare. On a local build you want
to avoid baseline replace and compare, especially if you have different versions of Java than to avoid baseline replace and compare, especially if you have different versions of Java than
the baseline was built with. This is the default. the baseline was built with. This is the default.

View file

@ -163,9 +163,9 @@
<repositoryList <repositoryList
name="CDT Latest Released"> name="CDT Latest Released">
<repository <repository
url="https://download.eclipse.org/tools/cdt/releases/11.6/cdt-11.6.1/"/> url="https://download.eclipse.org/tools/cdt/builds/12.1/cdt-12.1.0-rc1/"/>
<repository <repository
url="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-2.0/cdt-lsp-2.0.0/"/> url="https://download.eclipse.org/tools/cdt/releases/cdt-lsp-3.1/cdt-lsp-3.1.0/"/>
</repositoryList> </repositoryList>
</targlet> </targlet>
</setupTask> </setupTask>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt" id="org.eclipse.cdt"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.native" id="org.eclipse.cdt.native"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.core.native" plugin="org.eclipse.cdt.core.native"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.platform" id="org.eclipse.cdt.platform"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
plugin="org.eclipse.cdt.platform.branding" plugin="org.eclipse.cdt.platform.branding"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"

View file

@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.platform.branding;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.platform.branding;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -12,7 +12,7 @@
<feature <feature
id="org.eclipse.cdt.sdk" id="org.eclipse.cdt.sdk"
label="%featureName" label="%featureName"
version="12.1.0.qualifier" version="12.2.0.qualifier"
provider-name="%providerName" provider-name="%providerName"
license-feature="org.eclipse.license" license-feature="org.eclipse.license"
license-feature-version="0.0.0"> license-feature-version="0.0.0">

View file

@ -17,7 +17,7 @@
<parent> <parent>
<groupId>org.eclipse.cdt</groupId> <groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId> <artifactId>cdt-parent</artifactId>
<version>12.1.0-SNAPSHOT</version> <version>12.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>

View file

@ -2,6 +2,6 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2 Bundle-ManifestVersion: 2
Bundle-Name: %pluginName Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.sdk;singleton:=true Bundle-SymbolicName: org.eclipse.cdt.sdk;singleton:=true
Bundle-Version: 12.1.0.qualifier Bundle-Version: 12.2.0.qualifier
Bundle-Vendor: %providerName Bundle-Vendor: %providerName
Bundle-Localization: plugin Bundle-Localization: plugin

Some files were not shown because too many files have changed in this diff Show more