mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
19 lines
588 B
Text
19 lines
588 B
Text
Manifest-Version: 1.0
|
|
Bundle-ManifestVersion: 2
|
|
Bundle-Name: RSE Tutorial Examples
|
|
Bundle-SymbolicName: org.eclipse.rse.examples.developer;singleton:=true
|
|
Bundle-Version: 1.0.0
|
|
Bundle-Activator: samples.RSESamplesPlugin
|
|
Bundle-Vendor: Eclipse.org
|
|
Bundle-Localization: plugin
|
|
Require-Bundle: org.eclipse.ui,
|
|
org.eclipse.ui.views,
|
|
org.eclipse.core.runtime,
|
|
org.eclipse.core.resources,
|
|
org.eclipse.rse.ui,
|
|
org.eclipse.rse.core,
|
|
org.eclipse.rse.services,
|
|
org.eclipse.rse.files.ui,
|
|
org.eclipse.rse.subsystems.files.core,
|
|
org.eclipse.rse.subsystems.shells.core
|
|
Eclipse-LazyStart: true
|