Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3ac1fe90e935a6c17bcab960d0f24b06df59d995 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
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-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.example.text.instance;singlet
 on:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top