Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 796268ba0b984fcd1e36416a1e56cb4dce58d074 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.papyrus.example.text.instance;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.example.text.instance.papyrustextinstance,
 org.eclipse.papyrus.example.text.instance.papyrustextinstance.impl,
 org.eclipse.papyrus.example.text.instance.papyrustextinstance.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport
Bundle-ActivationPolicy: lazy

Back to the top