Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c02182a0ee9883b09cac2f95d587273f2017dc41 (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
Export-Package: org.eclipse.papyrus.views.properties.contexts.provider,
 org.eclipse.papyrus.views.properties.environment.provider,
 org.eclipse.papyrus.views.properties.ui.provider
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.papyrus.views.properties.model;bundle-version="0.10.1";visibility:=reexport,
 org.eclipse.emf.edit;visibility:=reexport,
 org.eclipse.emf.ecore.edit;bundle-version="2.7.0",
 org.eclipse.papyrus.infra.constraints;bundle-version="0.10.1",
 org.eclipse.papyrus.infra.constraints.edit;bundle-version="0.10.1"
Bundle-Vendor: %providerName
Bundle-Version: 0.10.1.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.views.properties.environment.pro
 vider.PropertiesEditPlugin$Implementation
Bundle-SymbolicName: org.eclipse.papyrus.views.properties.model.edit;s
 ingleton:=true

Back to the top