mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +02:00
Use latest Eclipse Platform and all dependencies for CDT 12.1
Includes removal of references to Platform internals that have been
changed.
Note the removal of setHoverImageDescriptor matches the change
made to platform in
be4a4aab48 (diff-6b07181bf8beb80046741858e13f5721f608136e00ce17749b5fa6d550cece9b)
This commit is contained in:
parent
4a499fbf1e
commit
c13d011649
8 changed files with 31 additions and 37 deletions
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.ui; singleton:=true
|
||||
Bundle-Version: 9.0.0.qualifier
|
||||
Bundle-Version: 9.0.100.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.ui.CUIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.ui; singleton:=true
|
||||
Bundle-Version: 8.5.600.qualifier
|
||||
Bundle-Version: 8.5.700.qualifier
|
||||
Bundle-Activator: org.eclipse.cdt.debug.ui.CDebugUIPlugin
|
||||
Bundle-Vendor: %providerName
|
||||
Bundle-Localization: plugin
|
||||
|
|
|
@ -15,9 +15,9 @@
|
|||
package org.eclipse.cdt.debug.internal.ui.views.signals;
|
||||
|
||||
import org.eclipse.cdt.debug.ui.CDebugUIPlugin;
|
||||
import org.eclipse.debug.internal.ui.elements.adapters.VariableColumnPresentation;
|
||||
import org.eclipse.debug.internal.ui.viewers.model.provisional.IColumnPresentation;
|
||||
import org.eclipse.debug.internal.ui.viewers.model.provisional.IPresentationContext;
|
||||
import org.eclipse.debug.ui.IDebugUIConstants;
|
||||
import org.eclipse.jface.resource.ImageDescriptor;
|
||||
|
||||
/**
|
||||
|
@ -29,7 +29,7 @@ public class SignalsViewColumnPresentation implements IColumnPresentation {
|
|||
|
||||
public static final String ID = PREFIX + "signalsViewColumnPresentationId"; //$NON-NLS-1$
|
||||
|
||||
private static final String COLUMN_ID_NAME = VariableColumnPresentation.COLUMN_VARIABLE_NAME;
|
||||
private static final String COLUMN_ID_NAME = IDebugUIConstants.COLUMN_ID_VARIABLE_VALUE;
|
||||
private static final String COLUMN_ID_PASS = PREFIX + "signalsColumn.pass"; //$NON-NLS-1$
|
||||
private static final String COLUMN_ID_STOP = PREFIX + "signalsColumn.stop"; //$NON-NLS-1$
|
||||
private static final String COLUMN_ID_DESC = PREFIX + "signalsColumn.desc"; //$NON-NLS-1$
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.launchbar.ui.controls;singleton:=true
|
||||
Bundle-Version: 1.2.500.qualifier
|
||||
Bundle-Version: 1.2.600.qualifier
|
||||
Bundle-Activator: org.eclipse.launchbar.ui.controls.internal.Activator
|
||||
Bundle-Vendor: %providerName
|
||||
Require-Bundle: org.eclipse.core.runtime,
|
||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
|||
Bundle-ManifestVersion: 2
|
||||
Bundle-Name: %pluginName
|
||||
Bundle-SymbolicName: org.eclipse.cdt.debug.ui.memory.floatingpoint;singleton:=true
|
||||
Bundle-Version: 1.2.200.qualifier
|
||||
Bundle-Version: 1.2.300.qualifier
|
||||
Bundle-Localization: plugin
|
||||
Require-Bundle: org.eclipse.debug.core;bundle-version="3.7.100",
|
||||
org.eclipse.debug.ui;bundle-version="3.8.1",
|
||||
|
|
|
@ -1197,8 +1197,6 @@ class CopyAction extends Action {
|
|||
setToolTipText(DebugUIMessages.CopyViewToClipboardAction_tooltip);
|
||||
setImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_ELCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
setHoverImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_LCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
setDisabledImageDescriptor(
|
||||
DebugPluginImages.getImageDescriptor(IInternalDebugUIConstants.IMG_DLCL_COPY_VIEW_TO_CLIPBOARD));
|
||||
}
|
||||
|
|
|
@ -214,10 +214,6 @@
|
|||
<bundle id="org.eclipse.cdt.util.source" version="0.0.0"/>
|
||||
<bundle id="org.eclipse.cdt.remote.core" version="0.0.0"/>
|
||||
<bundle id="org.eclipse.cdt.remote.core.source" version="0.0.0"/>
|
||||
<bundle id="com.sun.xml.bind" version="0.0.0"/>
|
||||
<bundle id="org.eclipse.orbit.xml-apis-ext" version="0.0.0"/>
|
||||
<bundle id="javax.activation" version="1.2.2.v20221203-1659"/>
|
||||
<bundle id="jakarta.xml.bind-api" version="2.3.3"/>
|
||||
<bundle id="com.google.gson" version="0.0.0"/>
|
||||
<bundle id="org.freemarker.freemarker" version="2.3.34.stable"/>
|
||||
<bundle id="org.yaml.snakeyaml" version="0.0.0"/>
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?>
|
||||
<target name="cdt" sequenceNumber="164">
|
||||
<target name="cdt" sequenceNumber="165">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/cbi/updates/license/" />
|
||||
<unit id="org.eclipse.license.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.34/" />
|
||||
<repository location="https://download.eclipse.org/eclipse/updates/4.36-I-builds/" />
|
||||
<unit id="org.eclipse.equinox.executable.feature.group" version="0.0.0" />
|
||||
<unit id="org.eclipse.jdt.annotation" version="0.0.0" />
|
||||
<unit id="org.eclipse.sdk.feature.group" version="0.0.0" />
|
||||
|
@ -18,15 +18,15 @@
|
|||
<repository location="https://download.eclipse.org/mylyn/updates/release/latest/" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/egit/updates-7.0/" />
|
||||
<repository location="https://download.eclipse.org/egit/updates-stable-nightly/" />
|
||||
<unit id="org.eclipse.egit.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/linuxtools/update-docker-5.17.0/" />
|
||||
<repository location="https://download.eclipse.org/linuxtools/updates-docker-nightly/" />
|
||||
<unit id="org.eclipse.linuxtools.docker.feature.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.7/" />
|
||||
<repository location="https://download.eclipse.org/lsp4e/snapshots/" />
|
||||
<unit id="org.eclipse.lsp4e" version="0.0.0" />
|
||||
<unit id="org.eclipse.lsp4e.debug" version="0.0.0" />
|
||||
</location>
|
||||
|
@ -40,7 +40,7 @@
|
|||
<unit id="org.eclipse.swtbot.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/tm4e/releases/0.14.0/" />
|
||||
<repository location="https://download.eclipse.org/tm4e/releases/latest/" />
|
||||
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0" />
|
||||
<unit id="org.eclipse.tm4e.language_pack.feature.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
|
@ -50,21 +50,21 @@
|
|||
<unit id="org.eclipse.cdt.feature.group" version="0.0.0" />
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.9/" />
|
||||
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/latest/" />
|
||||
</location>
|
||||
<location includeDependencyDepth="none" includeDependencyScopes="compile" includeSource="true" label="DirectFromMaven" missingManifest="error" type="Maven">
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>2.0.16</version>
|
||||
<version>2.0.17</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<!-- slf4j-api requires 1 impl, provide the one that is generally used in the final product, such as standalone debugger -->
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-simple</artifactId>
|
||||
<version>2.0.16</version>
|
||||
<version>2.0.17</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -76,7 +76,7 @@
|
|||
<dependency>
|
||||
<groupId>com.google.code.gson</groupId>
|
||||
<artifactId>gson</artifactId>
|
||||
<version>2.11.0</version>
|
||||
<version>2.13.1</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -88,13 +88,13 @@
|
|||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<version>2.18.0</version>
|
||||
<version>2.19.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.assertj</groupId>
|
||||
<artifactId>assertj-core</artifactId>
|
||||
<version>3.27.2</version>
|
||||
<version>3.27.3</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -106,43 +106,43 @@
|
|||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<version>5.11.4</version>
|
||||
<version>5.12.2</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-engine</artifactId>
|
||||
<version>5.11.4</version>
|
||||
<version>5.12.2</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.mockito</groupId>
|
||||
<artifactId>mockito-core</artifactId>
|
||||
<version>5.15.2</version>
|
||||
<version>5.17.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.yaml</groupId>
|
||||
<artifactId>snakeyaml</artifactId>
|
||||
<version>2.3</version>
|
||||
<version>2.4</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna-platform</artifactId>
|
||||
<version>5.16.0</version>
|
||||
<version>5.17.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>net.java.dev.jna</groupId>
|
||||
<artifactId>jna</artifactId>
|
||||
<version>5.16.0</version>
|
||||
<version>5.17.0</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.google.guava</groupId>
|
||||
<artifactId>guava</artifactId>
|
||||
<version>33.4.0-jre</version>
|
||||
<version>33.4.8-jre</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -158,31 +158,31 @@
|
|||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-commons</artifactId>
|
||||
<version>9.7.1</version>
|
||||
<version>9.8</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-util</artifactId>
|
||||
<version>9.7.1</version>
|
||||
<version>9.8</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.7.1</version>
|
||||
<version>9.8</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-tree</artifactId>
|
||||
<version>9.7.1</version>
|
||||
<version>9.8</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm-analysis</artifactId>
|
||||
<version>9.7.1</version>
|
||||
<version>9.8</version>
|
||||
<type>jar</type>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -199,7 +199,7 @@
|
|||
</dependencies>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12"/>
|
||||
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-06/"/>
|
||||
<unit id="org.junit" version="4.13.2.v20240929-1000" />
|
||||
<unit id="org.eclipse.orbit.xml-apis-ext" version="1.0.0.v20240917-0534"/>
|
||||
<unit id="bcpg" version="0.0.0"/>
|
||||
|
|
Loading…
Add table
Reference in a new issue