Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 883cf5b0a8aa28ccfc596545e557b95d95faa2c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-Description: %pluginDescription
Bundle-SymbolicName: org.eclipse.papyrus.revisiontool.test
Bundle-Version: 1.0.0.qualifier
Bundle-Activator: org.eclipse.papyrus.revisiontool.test.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top