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

Back to the top