1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 466893 - Fix org.eclipse.remote.console provider name

Change-Id: I40d8f93e60124937162a4fc7ef13da8dc2171bb1
Signed-off-by: Greg Watson <g.watson@computer.org>
This commit is contained in:
Greg Watson 2015-06-06 12:01:49 -04:00
parent 0729d33860
commit 5907fb956d
2 changed files with 4 additions and 1 deletions

View file

@ -1,6 +1,6 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Console
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.remote.console;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.remote.internal.console.Activator
@ -13,3 +13,4 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.tm.terminal.control;bundle-version="4.0.0"
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %pluginProvider

View file

@ -5,5 +5,7 @@
# which accompanies this distribution, and is available at
# http://www.eclipse.org/legal/epl-v10.html
##########################################################################
pluginName=Remote Console
pluginProvider=Eclipse PTP
terminal.console.name=Command Shell Console
OpenTerminalCommand.name=Open Command Shell