Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 970980a3d76af2e7660a229aeb23d9ae86ab6baf (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.properties.contexts.presentation,
 org.eclipse.papyrus.properties.environment.presentation,
 org.eclipse.papyrus.properties.ui.presentation
Bundle-ActivationPolicy: lazy
Bundle-ClassPath: .
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.core.resources;visibility:=reexport,
 org.eclipse.papyrus.properties.model.edit;bundle-version="0.9.0";visibility:=reexport,
 org.eclipse.emf.ecore.xmi;visibility:=reexport,
 org.eclipse.emf.edit.ui;visibility:=reexport,
 org.eclipse.ui.ide;visibility:=reexport
Bundle-Vendor: %providerName
Bundle-Version: 0.9.0.qualifier
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.properties.environment.presentat
 ion.PropertiesEditorPlugin$Implementation
Bundle-SymbolicName: org.eclipse.papyrus.properties.model.editor;singl
 eton:=true

Back to the top