mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-30 12:25:35 +02:00

It is now Eclipse CDT providing these, so update to match Change-Id: I1bc83b77d491d1475db51cbb6396571893d8ee42
27 lines
929 B
Properties
27 lines
929 B
Properties
##################################################################################
|
|
# Copyright (c) 2011, 2018 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 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:
|
|
# Wind River Systems - initial API and implementation
|
|
##################################################################################
|
|
|
|
pluginName = Terminal Local Connector
|
|
providerName = Eclipse CDT
|
|
|
|
# ----- Commands and Menu contributions -----
|
|
LocalLauncherDelegate.label=Local Terminal
|
|
|
|
command.launch.name=Open Local Terminal on Selection
|
|
|
|
menu.showIn.localterminal.label = Terminal
|
|
|
|
TerminalConnector.local=Local
|
|
|
|
# ----- Preference Pages -----
|
|
|
|
preference.page.name=Local Terminal
|