Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 8586762e3563f585afd2c6da95f8fa0793afc168 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Require-Bundle: org.eclipse.papyrus.infra.doc;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.help;bundle-version="[3.7.0,4.0.0)"
Bundle-Vendor: %vendorName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.dsml.validation.doc;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.7

Back to the top