mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

Change-Id: Ic5dd336a22e822e848b9fe63f02029c24bd0bf08 Signed-off-by: nickboldt <nboldt@redhat.com>
22 lines
854 B
Text
22 lines
854 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: %pluginName
|
|
Bundle-SymbolicName: org.eclipse.rse.examples.tutorial;singleton:=true
|
|
Bundle-Version: 4.5.0.qualifier
|
|
Bundle-Activator: samples.RSESamplesPlugin
|
|
Bundle-Vendor: %providerName
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.ui.views,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.rse.ui;bundle-version="4.5.0",
|
|
org.eclipse.rse.core;bundle-version="4.5.0",
|
|
org.eclipse.rse.services;bundle-version="4.5.0",
|
|
org.eclipse.rse.files.ui;bundle-version="4.5.0",
|
|
org.eclipse.rse.shells.ui;bundle-version="4.5.0",
|
|
org.eclipse.rse.subsystems.files.core;bundle-version="4.5.0",
|
|
org.eclipse.rse.subsystems.shells.core;bundle-version="4.5.0"
|
|
Bundle-ActivationPolicy: lazy
|
|
Eclipse-LazyStart: true
|
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|