1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 22:25:25 +02:00

Fixing plugin and feature descriptions.

This commit is contained in:
David Dykstal 2006-04-28 17:10:03 +00:00
parent 54cc556ada
commit 1b825a396c
5 changed files with 6 additions and 5 deletions

View file

@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=RSE Dstore Source
pluginName=RSE Core Source
providerName=Eclipse.org

View file

@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=RSE Dstore Source
pluginName=RSE Dstore Support Source
providerName=Eclipse.org

View file

@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=RSE Dstore Source
pluginName=RSE FTP Support Source
providerName=Eclipse.org

View file

@ -8,5 +8,5 @@
# Contributors:
# IBM Corporation - initial API and implementation
###############################################################################
pluginName=RSE Dstore Source
pluginName=RSE Local Support Source
providerName=Eclipse.org

View file

@ -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