mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-28 02:33:18 +02:00
15 lines
527 B
Text
15 lines
527 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.rse.logging;singleton:=true
|
|
Bundle-Version: 1.0.1.qualifier
|
|
Bundle-Activator: org.eclipse.rse.logging.RemoteSystemsLoggingPlugin
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.core.runtime
|
|
Eclipse-LazyStart: true
|
|
Export-Package: org.eclipse.rse.logging,
|
|
org.eclipse.rse.logging.performance,
|
|
org.eclipse.rse.logging.ui
|
|
Bundle-Vendor: %providerName
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|