Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 27020f958998346b3815a3a57f7bedf9603def65 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
######################################################################
# Copyright (c) 2002 QNX Software Systems Ltd. and others.
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Common Public License v0.5
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/cpl-v05.html
#
# Contributors:
#   QNX Software Systems Ltd. - Initial implementation
######################################################################
pluginName=C/C++ Development Tools Launching Support
providerName=Eclipse.org

LocalCDTLaunch.name= C/C++ Local
CoreFileCDTLaunch.name= C/C++ Postmortem debugger

CApplicationShortcut.label=C Local Application
ContextualRunJavaApplication.label=Run C Local Application
ContextualDebugJavaApplication.label=Debug C Local Application

Back to the top