Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 3d5e02dd4939f48aaa4f9ee8f547ef1cdbe7804e (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
24
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.views.properties.contexts,
 org.eclipse.papyrus.views.properties.contexts.impl,
 org.eclipse.papyrus.views.properties.contexts.util,
 org.eclipse.papyrus.views.properties.environment,
 org.eclipse.papyrus.views.properties.environment.impl,
 org.eclipse.papyrus.views.properties.environment.util,
 org.eclipse.papyrus.views.properties.ui,
 org.eclipse.papyrus.views.properties.ui.impl,
 org.eclipse.papyrus.views.properties.ui.util
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecore;bundle-version="2.7.0";visibility:=reexport,
 org.eclipse.papyrus.infra.constraints;bundle-version="1.0.1"
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.views.properties.model;single
 ton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top