Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 57acae607f63361b3cfa778c42364f7a27cbec14 (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
25
26
Manifest-Version: 1.0
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources,
 org.eclipse.papyrus.views.properties.model.edit;bundle-version="1.0.1";visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport,
 org.eclipse.emf.edit.ui;visibility:=reexport,
 org.eclipse.ui.ide;visibility:=reexport,
 org.eclipse.emf.ecore.editor;bundle-version="2.7.0",
 org.eclipse.papyrus.infra.constraints;bundle-version="1.0.1",
 org.eclipse.papyrus.infra.constraints.editor;bundle-version="1.0.1"
Export-Package: org.eclipse.papyrus.views.properties.contexts.presentation,
 org.eclipse.papyrus.views.properties.environment.presentation,
 org.eclipse.papyrus.views.properties.ui.presentation
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Version: 1.0.1.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.views.properties.environment.pre
 sentation.PropertiesEditorPlugin$Implementation
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.views.properties.model.editor
 ;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top