Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 53031872320a4da24e5c47bfe2385cb1368603ea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;bundle-version="2.7.0";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.views.properties.model;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top