Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 4e51cfa3da755958ce5804aabd93820ee94403a3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;visibility:=reexport
Export-Package: org.eclipse.papyrus.texteditor.model.texteditormodel,
 org.eclipse.papyrus.texteditor.model.texteditormodel.impl,
 org.eclipse.papyrus.texteditor.model.texteditormodel.util
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 0.10.2.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.texteditor.model;singleton:=t
 rue
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top