Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3bb1a1d598a86942175f2e6f22a577a22a3c81ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.doctemplate.doc;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-Name: %Bundle-Name
Bundle-Vendor: %Bundle-Vendor
Bundle-Description: %Bundle-Description
Bundle-Localization: plugin
Automatic-Module-Name: org.eclipse.papyrus.doctemplate.doc
Require-Bundle: org.eclipse.help;bundle-version="[3.7.0,4.0.0)"

Back to the top