mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

The multi launch was moved to Eclipse platform 3 years ago, this change removes the now deprecated version that was in CDT. Change-Id: Ida3c4873b182a9e84955ac187ca9525703dc0298
30 lines
1 KiB
Properties
30 lines
1 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2005, 2020 QNX Software Systems 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:
|
|
# QNX Software Systems Ltd. - Initial implementation
|
|
# IBM Corporation
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Launching Support
|
|
providerName=Eclipse CDT
|
|
|
|
LocalCDTLaunch.name=Run Process
|
|
LocalCDTLaunch.description=Execute the specified process
|
|
|
|
MainLaunchTab.name=Main
|
|
ArgumentsLaunchTab.name=Arguments
|
|
EnvironmentLaunchTab.name=Environment
|
|
SourceLookupLaunchTab.name=Source
|
|
CommonLaunchTab.name=Common
|
|
RefreshLaunchTab.name=Refresh
|
|
|
|
resourceRenameParticipant.name=C/C++ Launch Configuration Rename Participant
|
|
|
|
launchConfigAffinity.name = CDT Launch Config Affinity
|