Skip to main content
summaryrefslogtreecommitdiffstats
blob: 32042cfccd60905d725172f39e1e6fc5e5be4aa8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Plugin.name
Bundle-SymbolicName: org.eclipse.qvtd.doc;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-Vendor: %Provider.name
Bundle-Localization: plugin
Require-Bundle: org.eclipse.help;bundle-version="[3.5.0,4.0.0)"
Eclipse-LazyStart: true
Bundle-ActivationPolicy: lazy

Back to the top