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

In org.eclipse.cdt.testsrunning, the class CdiRunTestsLaunchDelegate was renamed RunTestsLaunchDelegate, as part of the CDI cleanup. Change-Id: Ic7513a32f88ccc2b8139d5b4bb9f8ffd63fabe59
30 lines
1.2 KiB
Properties
30 lines
1.2 KiB
Properties
###############################################################################
|
|
# Copyright (c) 2011 Anton Gorenkov
|
|
# All rights reserved. This program and the accompanying materials
|
|
# are made available under the terms of the Eclipse Public License v1.0
|
|
# which accompanies this distribution, and is available at
|
|
# http://www.eclipse.org/legal/epl-v10.html
|
|
#
|
|
# Contributors:
|
|
# Anton Gorenkov - Initial implementation
|
|
###############################################################################
|
|
pluginName=C/C++ Development Tools Tests Running Support
|
|
providerName=Eclipse CDT
|
|
|
|
MainLaunchTab.name=Main
|
|
ArgumentsLaunchTab.name=Arguments
|
|
CTestingLaunchTab.name=C/C++ Testing
|
|
EnvironmentLaunchTab.name=Environment
|
|
DebuggerLaunchTab.name=Debugger
|
|
SourceLookupLaunchTab.name=Source
|
|
CommonLaunchTab.name=Common
|
|
RefreshLaunchTab.name=Refresh
|
|
|
|
ResultsView.name=C/C++ Unit
|
|
|
|
CPPUnitLaunchConfigurationType.name=C/C++ Unit
|
|
|
|
CPPUnitLaunch.name=Run C/C++ Tests Launcher
|
|
CPPUnitLaunch.description=Run C/C++ tests.
|
|
CPPUnitLaunchDSF.name=GDB (DSF) C/C++ Tests Launcher
|
|
CPPUnitLaunchDSF.description=Run C/C++ Tests under control of GDB debugger integrated using the Debugger Services Framework (DSF).
|