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

Back to the top