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