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:
parent
54cc556ada
commit
1b825a396c
5 changed files with 6 additions and 5 deletions
|
@ -8,5 +8,5 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Dstore Source
|
||||
pluginName=RSE Core Source
|
||||
providerName=Eclipse.org
|
|
@ -8,5 +8,5 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Dstore Source
|
||||
pluginName=RSE Dstore Support Source
|
||||
providerName=Eclipse.org
|
|
@ -8,5 +8,5 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Dstore Source
|
||||
pluginName=RSE FTP Support Source
|
||||
providerName=Eclipse.org
|
|
@ -8,5 +8,5 @@
|
|||
# Contributors:
|
||||
# IBM Corporation - initial API and implementation
|
||||
###############################################################################
|
||||
pluginName=RSE Dstore Source
|
||||
pluginName=RSE Local Support Source
|
||||
providerName=Eclipse.org
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue