From 5907fb956d7f004c7bc860ad15712bbb3732c076 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Sat, 6 Jun 2015 12:01:49 -0400 Subject: [PATCH] Bug 466893 - Fix org.eclipse.remote.console provider name Change-Id: I40d8f93e60124937162a4fc7ef13da8dc2171bb1 Signed-off-by: Greg Watson --- bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF | 3 ++- bundles/org.eclipse.remote.console/plugin.properties | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF index 2ac47095fa3..560575119c6 100644 --- a/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF +++ b/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF @@ -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 diff --git a/bundles/org.eclipse.remote.console/plugin.properties b/bundles/org.eclipse.remote.console/plugin.properties index 5e5faa0c2c8..dfedb1ab204 100644 --- a/bundles/org.eclipse.remote.console/plugin.properties +++ b/bundles/org.eclipse.remote.console/plugin.properties @@ -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