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

Change-Id: I40d8f93e60124937162a4fc7ef13da8dc2171bb1
Signed-off-by: Greg Watson <g.watson@computer.org>
diff --git a/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF b/bundles/org.eclipse.remote.console/META-INF/MANIFEST.MF
index 2ac4709..5605751 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 @@
  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 5e5faa0..dfedb1a 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