mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Merge branch 'eclipse-cdt:main' into Project_Reloaded_after_Close
This commit is contained in:
commit
715a14aa7f
173 changed files with 347 additions and 258 deletions
21
NewAndNoteworthy/CDT-11.6.md
Normal file
21
NewAndNoteworthy/CDT-11.6.md
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Release Notes and New & Noteworthy page
|
||||||
|
|
||||||
|
This is the New & Noteworthy page for CDT 11.6 which is part of Eclipse 2024-06 Simultaneous Release
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# Release Notes
|
||||||
|
|
||||||
|
# API Changes, current and planned
|
||||||
|
|
||||||
|
## Breaking API changes
|
||||||
|
|
||||||
|
Please see [CHANGELOG-API](CHANGELOG-API.md) for details on the breaking API changes in this release as well as future planned API changes.
|
||||||
|
|
||||||
|
# Noteworthy Issues and Pull Requests
|
||||||
|
|
||||||
|
See [Noteworthy issues and PRs](https://github.com/eclipse-cdt/cdt/issues?q=is%3Aclosed+label%3Anoteworthy+milestone%3A11.6.0) for this release in the issue/PR tracker.
|
||||||
|
|
||||||
|
# Bugs Fixed in this Release
|
||||||
|
|
||||||
|
See [GitHub milestones](https://github.com/eclipse-cdt/cdt/milestone/10?closed=1)
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
What's new and noteworthy in:
|
What's new and noteworthy in:
|
||||||
|
|
||||||
|
- [CDT 11.6/2024-06](CDT-11.6.md)
|
||||||
- [CDT 11.5/2024-03](CDT-11.5.md)
|
- [CDT 11.5/2024-03](CDT-11.5.md)
|
||||||
- [CDT 11.4/2023-12](CDT-11.4.md)
|
- [CDT 11.4/2023-12](CDT-11.4.md)
|
||||||
- [CDT 11.3/2023-09](CDT-11.3.md)
|
- [CDT 11.3/2023-09](CDT-11.3.md)
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.autotools"
|
id="org.eclipse.cdt.autotools"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.0.qualifier
|
||||||
Bundle-Vendor: %provider
|
Bundle-Vendor: %provider
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.help,
|
Require-Bundle: org.eclipse.help,
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.core.autotools"
|
id="org.eclipse.cdt.core.autotools"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gnu.build"
|
id="org.eclipse.cdt.gnu.build"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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.managedbuilder.gnu.ui; singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
|
||||||
Bundle-Version: 8.7.0.qualifier
|
Bundle-Version: 8.7.100.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<?eclipse version="3.0"?>
|
<?eclipse version="3.0"?>
|
||||||
|
<!--
|
||||||
|
Copyright (c) 2005, 2024 Intel Corporation and others
|
||||||
|
This program and the accompanying materials
|
||||||
|
are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
which accompanies this distribution, and is available at
|
||||||
|
https://www.eclipse.org/legal/epl-2.0/
|
||||||
|
|
||||||
|
SPDX-License-Identifier: EPL-2.0
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Intel Corporation - initial API and implementation
|
||||||
|
John Dallaway - add assembler debug level option (#727)
|
||||||
|
-->
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
||||||
|
|
||||||
|
@ -576,6 +589,39 @@
|
||||||
name="%OptionCategory.General"
|
name="%OptionCategory.General"
|
||||||
id="gnu.asm.category.general">
|
id="gnu.asm.category.general">
|
||||||
</optionCategory>
|
</optionCategory>
|
||||||
|
<option
|
||||||
|
category="gnu.asm.category.general"
|
||||||
|
id="gnu.asm.option.debugging.level"
|
||||||
|
name="%Option.Posix.DebugLevel"
|
||||||
|
valueType="enumerated">
|
||||||
|
<enumeratedOptionValue
|
||||||
|
name="%Option.Posix.Debug.None"
|
||||||
|
id="gnu.asm.debugging.level.none"
|
||||||
|
isDefault="true"/>
|
||||||
|
<enumeratedOptionValue
|
||||||
|
command="-g"
|
||||||
|
name="%Option.Posix.Debug.Def"
|
||||||
|
id="gnu.asm.debugging.level.default"
|
||||||
|
isDefault="false"/>
|
||||||
|
<enablement
|
||||||
|
attribute="defaultValue"
|
||||||
|
extensionAdjustment="false"
|
||||||
|
type="CONTAINER_ATTRIBUTE"
|
||||||
|
value="gnu.asm.debugging.level.none">
|
||||||
|
<checkBuildProperty
|
||||||
|
property="org.eclipse.cdt.build.core.buildType"
|
||||||
|
value="org.eclipse.cdt.build.core.buildType.release"/>
|
||||||
|
</enablement>
|
||||||
|
<enablement
|
||||||
|
attribute="defaultValue"
|
||||||
|
extensionAdjustment="false"
|
||||||
|
type="CONTAINER_ATTRIBUTE"
|
||||||
|
value="gnu.asm.debugging.level.default">
|
||||||
|
<checkBuildProperty
|
||||||
|
property="org.eclipse.cdt.build.core.buildType"
|
||||||
|
value="org.eclipse.cdt.build.core.buildType.debug"/>
|
||||||
|
</enablement>
|
||||||
|
</option>
|
||||||
<option
|
<option
|
||||||
name="%Option.Gnu.Assembler.Flags"
|
name="%Option.Gnu.Assembler.Flags"
|
||||||
category="gnu.asm.category.general"
|
category="gnu.asm.category.general"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.meson"
|
id="org.eclipse.cdt.meson"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.0.qualifier
|
||||||
Bundle-Vendor: %provider
|
Bundle-Vendor: %provider
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.help,
|
Require-Bundle: org.eclipse.help,
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.build-parent</artifactId>
|
<artifactId>org.eclipse.cdt.build-parent</artifactId>
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>cmake-aggregator</artifactId>
|
<artifactId>cmake-aggregator</artifactId>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.cmake"
|
id="org.eclipse.cdt.cmake"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.cdt</groupId>
|
<groupId>org.eclipse.cdt</groupId>
|
||||||
<artifactId>cmake-parent</artifactId>
|
<artifactId>cmake-parent</artifactId>
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.codan-parent</artifactId>
|
<artifactId>org.eclipse.cdt.codan-parent</artifactId>
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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))
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2000, 2014 IBM Corporation and others.
|
* Copyright (c) 2000, 2024 IBM Corporation and others.
|
||||||
*
|
*
|
||||||
* This program and the accompanying materials
|
* This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License 2.0
|
* are made available under the terms of the Eclipse Public License 2.0
|
||||||
|
@ -14,6 +14,11 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
package org.eclipse.cdt.ui.tests.text;
|
package org.eclipse.cdt.ui.tests.text;
|
||||||
|
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertEquals;
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertNotNull;
|
||||||
|
import static org.junit.jupiter.api.Assertions.assertTrue;
|
||||||
|
import static org.junit.jupiter.api.Assertions.fail;
|
||||||
|
|
||||||
import java.util.Iterator;
|
import java.util.Iterator;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
||||||
|
@ -27,7 +32,7 @@ import org.eclipse.cdt.ui.CUIPlugin;
|
||||||
import org.eclipse.cdt.ui.PreferenceConstants;
|
import org.eclipse.cdt.ui.PreferenceConstants;
|
||||||
import org.eclipse.cdt.ui.testplugin.DisplayHelper;
|
import org.eclipse.cdt.ui.testplugin.DisplayHelper;
|
||||||
import org.eclipse.cdt.ui.testplugin.EditorTestHelper;
|
import org.eclipse.cdt.ui.testplugin.EditorTestHelper;
|
||||||
import org.eclipse.cdt.ui.tests.BaseUITestCase;
|
import org.eclipse.cdt.ui.tests.BaseUITestCase5;
|
||||||
import org.eclipse.core.resources.IFile;
|
import org.eclipse.core.resources.IFile;
|
||||||
import org.eclipse.core.resources.ResourcesPlugin;
|
import org.eclipse.core.resources.ResourcesPlugin;
|
||||||
import org.eclipse.core.runtime.IPath;
|
import org.eclipse.core.runtime.IPath;
|
||||||
|
@ -53,17 +58,16 @@ import org.eclipse.ui.PlatformUI;
|
||||||
import org.eclipse.ui.editors.text.EditorsUI;
|
import org.eclipse.ui.editors.text.EditorsUI;
|
||||||
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
|
import org.eclipse.ui.internal.editors.text.EditorsPlugin;
|
||||||
import org.eclipse.ui.texteditor.AnnotationPreference;
|
import org.eclipse.ui.texteditor.AnnotationPreference;
|
||||||
|
import org.junit.jupiter.api.AfterEach;
|
||||||
import junit.extensions.TestSetup;
|
import org.junit.jupiter.api.BeforeEach;
|
||||||
import junit.framework.Test;
|
import org.junit.jupiter.api.Test;
|
||||||
import junit.framework.TestSuite;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tests the C/C++ Editor's occurrence marking feature.
|
* Tests the C/C++ Editor's occurrence marking feature.
|
||||||
*
|
*
|
||||||
* @since 5.0
|
* @since 5.0
|
||||||
*/
|
*/
|
||||||
public class MarkOccurrenceTest extends BaseUITestCase {
|
public class MarkOccurrenceTest extends BaseUITestCase5 {
|
||||||
private static final String PROJECT = "MarkOccurrenceTest";
|
private static final String PROJECT = "MarkOccurrenceTest";
|
||||||
|
|
||||||
private static final String OCCURRENCE_ANNOTATION = "org.eclipse.cdt.ui.occurrences";
|
private static final String OCCURRENCE_ANNOTATION = "org.eclipse.cdt.ui.occurrences";
|
||||||
|
@ -82,44 +86,11 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
private IRegion fMatch;
|
private IRegion fMatch;
|
||||||
private StyledText fTextWidget;
|
private StyledText fTextWidget;
|
||||||
|
|
||||||
private MarkOccurrenceTestSetup fProjectSetup;
|
|
||||||
|
|
||||||
protected static class MarkOccurrenceTestSetup extends TestSetup {
|
|
||||||
private ICProject fCProject;
|
private ICProject fCProject;
|
||||||
|
|
||||||
public MarkOccurrenceTestSetup(Test test) {
|
@BeforeEach
|
||||||
super(test);
|
protected void setUpMarkOccurenceTest() throws Exception {
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setUp() throws Exception {
|
|
||||||
super.setUp();
|
|
||||||
fCProject = EditorTestHelper.createCProject(PROJECT, "resources/ceditor", false, true);
|
fCProject = EditorTestHelper.createCProject(PROJECT, "resources/ceditor", false, true);
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void tearDown() throws Exception {
|
|
||||||
if (fCProject != null)
|
|
||||||
CProjectHelper.delete(fCProject);
|
|
||||||
|
|
||||||
super.tearDown();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Test setUpTest(Test someTest) {
|
|
||||||
return new MarkOccurrenceTestSetup(someTest);
|
|
||||||
}
|
|
||||||
|
|
||||||
public static Test suite() {
|
|
||||||
return setUpTest(new TestSuite(MarkOccurrenceTest.class));
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
|
||||||
protected void setUp() throws Exception {
|
|
||||||
if (!ResourcesPlugin.getWorkspace().getRoot().exists(new Path(PROJECT))) {
|
|
||||||
fProjectSetup = new MarkOccurrenceTestSetup(this);
|
|
||||||
fProjectSetup.setUp();
|
|
||||||
}
|
|
||||||
assertNotNull(fgHighlightRGB);
|
assertNotNull(fgHighlightRGB);
|
||||||
assertNotNull(fgWriteHighlightRGB);
|
assertNotNull(fgWriteHighlightRGB);
|
||||||
final IPreferenceStore store = CUIPlugin.getDefault().getPreferenceStore();
|
final IPreferenceStore store = CUIPlugin.getDefault().getPreferenceStore();
|
||||||
|
@ -161,8 +132,8 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
|
SelectionListenerWithASTManager.getDefault().addListener(fEditor, fSelWASTListener);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@AfterEach
|
||||||
protected void tearDown() throws Exception {
|
protected void tearDownMarkOccurenceTest() throws Exception {
|
||||||
final IPreferenceStore store = CUIPlugin.getDefault().getPreferenceStore();
|
final IPreferenceStore store = CUIPlugin.getDefault().getPreferenceStore();
|
||||||
store.setToDefault(PreferenceConstants.EDITOR_MARK_OCCURRENCES);
|
store.setToDefault(PreferenceConstants.EDITOR_MARK_OCCURRENCES);
|
||||||
// TLETODO temporary fix for bug 314635
|
// TLETODO temporary fix for bug 314635
|
||||||
|
@ -171,9 +142,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
+ PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX);
|
+ PreferenceConstants.EDITOR_SEMANTIC_HIGHLIGHTING_ENABLED_SUFFIX);
|
||||||
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
|
SelectionListenerWithASTManager.getDefault().removeListener(fEditor, fSelWASTListener);
|
||||||
EditorTestHelper.closeAllEditors();
|
EditorTestHelper.closeAllEditors();
|
||||||
if (fProjectSetup != null) {
|
CProjectHelper.delete(fCProject);
|
||||||
fProjectSetup.tearDown();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private CEditor openCEditor(IPath path) {
|
private CEditor openCEditor(IPath path) {
|
||||||
|
@ -187,6 +156,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTypeOccurrences() {
|
public void testMarkTypeOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "ClassContainer", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "ClassContainer", true, true, true, false);
|
||||||
|
@ -201,6 +171,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTypeOccurrences2() {
|
public void testMarkTypeOccurrences2() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "Base1", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "Base1", true, true, true, false);
|
||||||
|
@ -215,6 +186,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTypeOccurrences3() {
|
public void testMarkTypeOccurrences3() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "Base2", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "Base2", true, true, true, false);
|
||||||
|
@ -229,6 +201,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTypedefOccurrences() {
|
public void testMarkTypedefOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "size_t", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "size_t", true, true, true, false);
|
||||||
|
@ -243,6 +216,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkClassTemplateOccurrences() {
|
public void testMarkClassTemplateOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "TemplateClass", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "TemplateClass", true, true, true, false);
|
||||||
|
@ -257,6 +231,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTemplateParameterOccurrences() {
|
public void testMarkTemplateParameterOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "T1", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "T1", true, true, true, false);
|
||||||
|
@ -271,6 +246,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkTemplateIdOccurrences() {
|
public void testMarkTemplateIdOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "ConstantTemplate", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "ConstantTemplate", true, true, true, false);
|
||||||
|
@ -285,6 +261,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkOccurrencesAfterEditorReuse() {
|
public void testMarkOccurrencesAfterEditorReuse() {
|
||||||
IPreferenceStore store = PlatformUI.getWorkbench().getPreferenceStore();
|
IPreferenceStore store = PlatformUI.getWorkbench().getPreferenceStore();
|
||||||
store.setValue("REUSE_OPEN_EDITORS_BOOLEAN", true);
|
store.setValue("REUSE_OPEN_EDITORS_BOOLEAN", true);
|
||||||
|
@ -317,6 +294,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
store.setValue("REUSE_OPEN_EDITORS", reuseOpenEditors);
|
store.setValue("REUSE_OPEN_EDITORS", reuseOpenEditors);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkMethodOccurrences() {
|
public void testMarkMethodOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "pubMethod", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "pubMethod", true, true, true, false);
|
||||||
|
@ -331,6 +309,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkMethodOccurrences2() {
|
public void testMarkMethodOccurrences2() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "getNumber", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "getNumber", true, true, true, false);
|
||||||
|
@ -345,6 +324,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkFieldOccurrences() {
|
public void testMarkFieldOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "pubField", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "pubField", true, true, true, false);
|
||||||
|
@ -359,6 +339,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkFieldOccurrences2() {
|
public void testMarkFieldOccurrences2() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "tArg1", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "tArg1", true, true, true, false);
|
||||||
|
@ -373,6 +354,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkConstructorOccurrences() {
|
public void testMarkConstructorOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "Base1(", true, true, false, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "Base1(", true, true, false, false);
|
||||||
|
@ -388,6 +370,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkDestructorOccurrences() {
|
public void testMarkDestructorOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "~Base1", true, true, false, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "~Base1", true, true, false, false);
|
||||||
|
@ -403,6 +386,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkLocalOccurrences() {
|
public void testMarkLocalOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "localVar", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "localVar", true, true, true, false);
|
||||||
|
@ -417,6 +401,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkMacroOccurrences() {
|
public void testMarkMacroOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "INT", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "INT", true, true, true, false);
|
||||||
|
@ -431,6 +416,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkEmptyMacroOccurrences() {
|
public void testMarkEmptyMacroOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "EMPTY_MACRO", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "EMPTY_MACRO", true, true, true, false);
|
||||||
|
@ -445,6 +431,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkEnumeratorOccurrences() {
|
public void testMarkEnumeratorOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "ONE", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "ONE", true, true, true, false);
|
||||||
|
@ -459,6 +446,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkNamespaceOccurrences() {
|
public void testMarkNamespaceOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "ns", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "ns", true, true, true, false);
|
||||||
|
@ -473,6 +461,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkNamespaceVariableOccurrences() {
|
public void testMarkNamespaceVariableOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "namespaceVar", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "namespaceVar", true, true, true, false);
|
||||||
|
@ -487,6 +476,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkLabelOccurrences() {
|
public void testMarkLabelOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "label", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "label", true, true, true, false);
|
||||||
|
@ -501,6 +491,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkOperatorOccurrences() {
|
public void testMarkOperatorOccurrences() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "operator+", true, true, false, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "operator+", true, true, false, false);
|
||||||
|
@ -515,6 +506,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testNoOccurrencesIfDisabled() {
|
public void testNoOccurrencesIfDisabled() {
|
||||||
CUIPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, false);
|
CUIPlugin.getDefault().getPreferenceStore().setValue(PreferenceConstants.EDITOR_MARK_OCCURRENCES, false);
|
||||||
fOccurrences = Integer.MAX_VALUE;
|
fOccurrences = Integer.MAX_VALUE;
|
||||||
|
@ -531,6 +523,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkLabelReference() {
|
public void testMarkLabelReference() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "labelPointer", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "labelPointer", true, true, true, false);
|
||||||
|
@ -544,6 +537,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkReferencedLabel() {
|
public void testMarkReferencedLabel() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "referencedLabel", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "referencedLabel", true, true, true, false);
|
||||||
|
@ -557,6 +551,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkReferencedStructuredBindingDefinition() {
|
public void testMarkReferencedStructuredBindingDefinition() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "decomposedF", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "decomposedF", true, true, true, false);
|
||||||
|
@ -570,6 +565,7 @@ public class MarkOccurrenceTest extends BaseUITestCase {
|
||||||
assertOccurrencesInWidget();
|
assertOccurrencesInWidget();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
public void testMarkReferencedStructuredBindingInitializer() {
|
public void testMarkReferencedStructuredBindingInitializer() {
|
||||||
try {
|
try {
|
||||||
fMatch = fFindReplaceDocumentAdapter.find(0, "decompArr", true, true, true, false);
|
fMatch = fFindReplaceDocumentAdapter.find(0, "decompArr", true, true, true, false);
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt-parent</artifactId>
|
<artifactId>org.eclipse.cdt-parent</artifactId>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.build.crossgcc"
|
id="org.eclipse.cdt.build.crossgcc"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.launch.remote"
|
id="org.eclipse.cdt.launch.remote"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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">
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.cross-parent</artifactId>
|
<artifactId>org.eclipse.cdt.cross-parent</artifactId>
|
||||||
|
|
|
@ -2,6 +2,6 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.debug.application.doc;singleton:=true
|
||||||
Bundle-Version: 11.5.0.qualifier
|
Bundle-Version: 11.6.0.qualifier
|
||||||
Bundle-Vendor: %provider
|
Bundle-Vendor: %provider
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
<artifactId>org.eclipse.cdt.debug.application.doc</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -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="11.5.0.qualifier" useFeatures="false" 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="11.6.0.qualifier" useFeatures="false" 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"/>
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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,
|
Require-Bundle: org.eclipse.ui,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2014, 2023 Contributors to the Eclipse Foundation
|
# Copyright (c) 2014, 2024 Contributors to the Eclipse Foundation
|
||||||
#
|
#
|
||||||
# See the NOTICE file(s) distributed with this work for additional
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# information regarding copyright ownership.
|
# information regarding copyright ownership.
|
||||||
|
@ -24,7 +24,7 @@ blurb=C/C++ Standalone Debugger\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (c) 2014, 2023 Contributors to the Eclipse Foundation
|
Copyright (c) 2014, 2024 Contributors to the Eclipse Foundation
|
||||||
\n\
|
\n\
|
||||||
See the NOTICE file(s) distributed with this work for additional\n\
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
information regarding copyright ownership.\n\
|
information regarding copyright ownership.\n\
|
||||||
|
|
|
@ -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 11.5.0\n
|
aboutText=Eclipse Stand-alone C/C++ GDB Graphical Debugger\n\nRelease 11.6.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
|
||||||
|
|
|
@ -17,10 +17,10 @@
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.eclipse.cdt</groupId>
|
<groupId>org.eclipse.cdt</groupId>
|
||||||
<artifactId>org.eclipse.cdt.debug-parent</artifactId>
|
<artifactId>org.eclipse.cdt.debug-parent</artifactId>
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<artifactId>org.eclipse.cdt.debug.application</artifactId>
|
<artifactId>org.eclipse.cdt.debug.application</artifactId>
|
||||||
<packaging>eclipse-plugin</packaging>
|
<packaging>eclipse-plugin</packaging>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.debug.standalone"
|
id="org.eclipse.cdt.debug.standalone"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gdb"
|
id="org.eclipse.cdt.gdb"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gnu.debug"
|
id="org.eclipse.cdt.gnu.debug"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.debug-parent</artifactId>
|
<artifactId>org.eclipse.cdt.debug-parent</artifactId>
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.0.qualifier
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
|
Require-Bundle: org.eclipse.help;bundle-version="[3.2.0,4.0.0)"
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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 11.5.0"
|
<additionalArgument>-header "Eclipse CDT 11.6.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>
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gnu.dsf"
|
id="org.eclipse.cdt.gnu.dsf"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.gnu.multicorevisualizer"
|
id="org.eclipse.cdt.gnu.multicorevisualizer"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.dsf-gdb-parent</artifactId>
|
<artifactId>org.eclipse.cdt.dsf-gdb-parent</artifactId>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.examples.dsf"
|
id="org.eclipse.cdt.examples.dsf"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.dsf-parent</artifactId>
|
<artifactId>org.eclipse.cdt.dsf-parent</artifactId>
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>jsoncdb-aggregator</artifactId>
|
<artifactId>jsoncdb-aggregator</artifactId>
|
||||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %bundleName
|
Bundle-Name: %bundleName
|
||||||
Bundle-Copyright: %Bundle-Copyright
|
Bundle-Copyright: %Bundle-Copyright
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.freescale;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.jsoncdb.freescale;singleton:=true
|
||||||
Bundle-Version: 1.0.0.qualifier
|
Bundle-Version: 1.0.100.qualifier
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.cdt.jsoncdb.core;bundle-version="1.4.100",
|
Require-Bundle: org.eclipse.cdt.jsoncdb.core;bundle-version="1.4.100",
|
||||||
org.eclipse.help;bundle-version="3.10.100",
|
org.eclipse.help;bundle-version="3.10.100",
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.cdt</groupId>
|
<groupId>org.eclipse.cdt</groupId>
|
||||||
<artifactId>jsoncdb-parent</artifactId>
|
<artifactId>jsoncdb-parent</artifactId>
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.debug.gdbjtag"
|
id="org.eclipse.cdt.debug.gdbjtag"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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">
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.jtag-parent</artifactId>
|
<artifactId>org.eclipse.cdt.jtag-parent</artifactId>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.docker.launcher"
|
id="org.eclipse.cdt.docker.launcher"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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">
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %Plugin.name
|
Bundle-Name: %Plugin.name
|
||||||
Bundle-SymbolicName: org.eclipse.cdt.docker.launcher;singleton:=true
|
Bundle-SymbolicName: org.eclipse.cdt.docker.launcher;singleton:=true
|
||||||
Bundle-Version: 2.1.200.qualifier
|
Bundle-Version: 2.1.300.qualifier
|
||||||
Bundle-Activator: org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin
|
Bundle-Activator: org.eclipse.cdt.docker.launcher.DockerLaunchUIPlugin
|
||||||
Bundle-Vendor: %Plugin.vendor
|
Bundle-Vendor: %Plugin.vendor
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2015, 2023 Contributors to the Eclipse Foundation
|
# Copyright (c) 2015, 2024 Contributors to the Eclipse Foundation
|
||||||
#
|
#
|
||||||
# See the NOTICE file(s) distributed with this work for additional
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# information regarding copyright ownership.
|
# information regarding copyright ownership.
|
||||||
|
@ -24,7 +24,7 @@ blurb=C/C++ Docker Container Launch Support\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (c) 2015, 2023 Contributors to the Eclipse Foundation
|
Copyright (c) 2015, 2024 Contributors to the Eclipse Foundation
|
||||||
\n\
|
\n\
|
||||||
See the NOTICE file(s) distributed with this work for additional\n\
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
information regarding copyright ownership.\n\
|
information regarding copyright ownership.\n\
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.flatpak.launcher"
|
id="org.eclipse.cdt.flatpak.launcher"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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">
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.launch-parent</artifactId>
|
<artifactId>org.eclipse.cdt.launch-parent</artifactId>
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.launchbar.remote"
|
id="org.eclipse.launchbar.remote"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.launchbar.ui;singleton:=true
|
Bundle-SymbolicName: org.eclipse.launchbar.ui;singleton:=true
|
||||||
Bundle-Version: 2.5.300.qualifier
|
Bundle-Version: 2.5.400.qualifier
|
||||||
Bundle-Activator: org.eclipse.launchbar.ui.internal.Activator
|
Bundle-Activator: org.eclipse.launchbar.ui.internal.Activator
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Require-Bundle: org.eclipse.core.runtime,
|
Require-Bundle: org.eclipse.core.runtime,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
###############################################################################
|
###############################################################################
|
||||||
# Copyright (c) 2014, 2023 Contributors to the Eclipse Foundation
|
# Copyright (c) 2014, 2024 Contributors to the Eclipse Foundation
|
||||||
#
|
#
|
||||||
# See the NOTICE file(s) distributed with this work for additional
|
# See the NOTICE file(s) distributed with this work for additional
|
||||||
# information regarding copyright ownership.
|
# information regarding copyright ownership.
|
||||||
|
@ -24,7 +24,7 @@ blurb=LaunchBar\n\
|
||||||
Version: {featureVersion}\n\
|
Version: {featureVersion}\n\
|
||||||
Build id: {0}\n\
|
Build id: {0}\n\
|
||||||
\n\
|
\n\
|
||||||
Copyright (c) 2014, 2023 Contributors to the Eclipse Foundation
|
Copyright (c) 2014, 2024 Contributors to the Eclipse Foundation
|
||||||
\n\
|
\n\
|
||||||
See the NOTICE file(s) distributed with this work for additional\n\
|
See the NOTICE file(s) distributed with this work for additional\n\
|
||||||
information regarding copyright ownership.\n\
|
information regarding copyright ownership.\n\
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.launchbar"
|
id="org.eclipse.launchbar"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.launchbar-parent</artifactId>
|
<artifactId>org.eclipse.cdt.launchbar-parent</artifactId>
|
||||||
|
|
|
@ -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="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.cdt.managedbuilder.llvm"
|
id="org.eclipse.cdt.managedbuilder.llvm"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.llvm-parent</artifactId>
|
<artifactId>org.eclipse.cdt.llvm-parent</artifactId>
|
||||||
|
|
|
@ -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="11.5.0.qualifier"
|
version="11.6.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"
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.memory-parent</artifactId>
|
<artifactId>org.eclipse.cdt.memory-parent</artifactId>
|
||||||
|
|
|
@ -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: 11.5.0.qualifier
|
Bundle-Version: 11.6.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
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
<relativePath>../../pom.xml</relativePath>
|
<relativePath>../../pom.xml</relativePath>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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>
|
||||||
|
|
||||||
|
|
|
@ -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>11.5.0-SNAPSHOT</version>
|
<version>11.6.0-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>org.eclipse.cdt.native-parent</artifactId>
|
<artifactId>org.eclipse.cdt.native-parent</artifactId>
|
||||||
|
|
8
pom.xml
8
pom.xml
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<groupId>org.eclipse.cdt</groupId>
|
<groupId>org.eclipse.cdt</groupId>
|
||||||
<artifactId>cdt-parent</artifactId>
|
<artifactId>cdt-parent</artifactId>
|
||||||
<version>11.5.0-SNAPSHOT</version>
|
<version>11.6.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/builds/11.4/cdt-11.4.0-rc2/</comparator.repo>
|
<comparator.repo>https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2/</comparator.repo>
|
||||||
<api-baseline.repo>https://download.eclipse.org/tools/cdt/builds/11.4/cdt-11.4.0-rc2/</api-baseline.repo>
|
<api-baseline.repo>https://download.eclipse.org/tools/cdt/builds/11.5/cdt-11.5.0-rc2/</api-baseline.repo>
|
||||||
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2023-12/</api-baseline.repo.simrel>
|
<api-baseline.repo.simrel>https://download.eclipse.org/releases/2024-03/</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.
|
||||||
|
|
12
releng/download/releases/11.5/compositeArtifacts.xml
Normal file
12
releng/download/releases/11.5/compositeArtifacts.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<?compositeArtifactRepository version='1.0.0'?>
|
||||||
|
<repository name='CDT 11.5 Update Site'
|
||||||
|
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
||||||
|
<properties size='1'>
|
||||||
|
<!-- timestamp made with date +%s%3N -->
|
||||||
|
<property name='p2.timestamp' value='1710088907902'/>
|
||||||
|
</properties>
|
||||||
|
<children size='1'>
|
||||||
|
<child location='cdt-11.5.0'/>
|
||||||
|
</children>
|
||||||
|
</repository>
|
12
releng/download/releases/11.5/compositeContent.xml
Normal file
12
releng/download/releases/11.5/compositeContent.xml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
|
<?compositeMetadataRepository version='1.0.0'?>
|
||||||
|
<repository name='CDT 11.5 Update Site'
|
||||||
|
type='org.eclipse.equinox.internal.p2.metadata.repository.CompositeMetadataRepository' version='1.0.0'>
|
||||||
|
<properties size='1'>
|
||||||
|
<!-- timestamp made with date +%s%3N -->
|
||||||
|
<property name='p2.timestamp' value='1710088907902'/>
|
||||||
|
</properties>
|
||||||
|
<children size='1'>
|
||||||
|
<child location='cdt-11.5.0'/>
|
||||||
|
</children>
|
||||||
|
</repository>
|
|
@ -4,9 +4,9 @@
|
||||||
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
|
||||||
<properties size='1'>
|
<properties size='1'>
|
||||||
<!-- timestamp made with date +%s%3N -->
|
<!-- timestamp made with date +%s%3N -->
|
||||||
<property name='p2.timestamp' value='1701876258531'/>
|
<property name='p2.timestamp' value='1710088907902'/>
|
||||||
</properties>
|
</properties>
|
||||||
<children size='1'>
|
<children size='1'>
|
||||||
<child location='../11.4'/>
|
<child location='../11.5'/>
|
||||||
</children>
|
</children>
|
||||||
</repository>
|
</repository>
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue