diff --git a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties index a788e2a3ba0..43563411f9a 100644 --- a/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.core-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Dstore Source +pluginName=RSE Core Source providerName=Eclipse.org \ No newline at end of file diff --git a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties index a788e2a3ba0..f1c46cda166 100644 --- a/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.dstore-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Dstore Source +pluginName=RSE Dstore Support Source providerName=Eclipse.org \ No newline at end of file diff --git a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties index a788e2a3ba0..d0e7b8a325e 100644 --- a/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.ftp-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Dstore Source +pluginName=RSE FTP Support Source providerName=Eclipse.org \ No newline at end of file diff --git a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties index a788e2a3ba0..4e8cf6344c5 100644 --- a/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties +++ b/rse/features/org.eclipse.rse.local-feature/sourceTemplatePlugin/plugin.properties @@ -8,5 +8,5 @@ # Contributors: # IBM Corporation - initial API and implementation ############################################################################### -pluginName=RSE Dstore Source +pluginName=RSE Local Support Source providerName=Eclipse.org \ No newline at end of file diff --git a/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF b/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF index ec7247c7eef..01607351c94 100644 --- a/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF +++ b/rse/plugins/org.eclipse.rse.core/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: RSE Core +Bundle-Name: %plugin.name Bundle-SymbolicName: org.eclipse.rse.core;singleton:=true Bundle-Version: 1.0.0 Bundle-Activator: org.eclipse.rse.core.RSECorePlugin @@ -8,3 +8,4 @@ Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime Eclipse-LazyStart: true Export-Package: org.eclipse.rse.core +Bundle-Vendor: Eclipse.org