mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Bug 452356 - C/C++ remote launch uses o.e.remote - explicit dependency at feature level
Adding an explicit dependency to o.e.remote at feature level, so the dependecies are loaded at the installation of the launch remote feature Change-Id: I90f6bd29cd1b6f2efc46e241520621bbd256ffef
This commit is contained in:
parent
c5c2770c93
commit
0b93e8116e
4 changed files with 5 additions and 6 deletions
|
@ -15,13 +15,13 @@
|
|||
# This file should be translated.
|
||||
|
||||
# "featureName" property - name of the feature
|
||||
featureName=C/C++ Remote Launch (Requires RSE Remote System Explorer)
|
||||
featureName=C/C++ Remote Launch
|
||||
|
||||
# "providerName" property - name of the company that provides the feature
|
||||
providerName=Eclipse CDT
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Launch configuration for running C/C++ executables on remote machines using the Remote System Explorer, and debugging through gdbserver.
|
||||
description=Launch configuration for running C/C++ executables on remote machines and debugging through gdbserver.
|
||||
|
||||
# copyright
|
||||
copyright=\
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
</license>
|
||||
|
||||
<requires>
|
||||
<import feature="org.eclipse.rse" version="0.0.0" match="greaterOrEqual"/>
|
||||
<import feature="org.eclipse.remote" version="0.0.0" match="greaterOrEqual"/>
|
||||
</requires>
|
||||
|
||||
<plugin
|
||||
|
|
|
@ -21,7 +21,7 @@ featureName=C/C++ Remote Launch Source
|
|||
providerName=Eclipse CDT
|
||||
|
||||
# "description" property - description of the feature
|
||||
description=Launch configuration for running C/C++ executables on remote machines using the Remote System Explorer, and debugging through gdbserver. Source code.
|
||||
description=Launch configuration for running C/C++ executables on remote machines and debugging through gdbserver. Source code.
|
||||
|
||||
copyright=\
|
||||
Copyright (c) 2009, 2011 Wind River Systems and others.\n\
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="11">
|
||||
<?pde version="3.8"?><target name="cdt" sequenceNumber="12">
|
||||
<locations>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.apache.commons.compress" version="0.0.0"/>
|
||||
|
@ -27,7 +27,6 @@
|
|||
<repository location="http://download.eclipse.org/technology/swtbot/snapshots/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<unit id="org.eclipse.rse.feature.group" version="0.0.0"/>
|
||||
<repository location="http://download.eclipse.org/tm/updates/4.0/"/>
|
||||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
|
|
Loading…
Add table
Reference in a new issue