Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: ceb5be00523ee255bff2902c1ee52fe5357ff22d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
##################################################################################
# Copyright (c) 2011, 2015 Wind River Systems, Inc. and others. 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:
# Wind River Systems - initial API and implementation
##################################################################################

pluginName = Terminals Local Connector
providerName = Eclipse.org - Target Explorer

# ----- Commands and Menu contributions -----
LocalLauncherDelegate.label=Local Terminal

command.launch.name=Open Local Terminal on Selection

menu.showIn.localterminal.label = Terminals

# ----- Preference Pages -----

preference.page.name=Local Terminal

Back to the top