Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: b45a1b28bc2c80f182b108243794d4bb734fff48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.emf.facet.common.ui,
 org.eclipse.gmf.runtime.diagram.ui,
 org.eclipse.papyrus.infra.core;bundle-version="1.0.0",
 org.eclipse.papyrus.editor;bundle-version="1.0.0",
 org.eclipse.papyrus.infra.gmfdiag.dnd;bundle-version="1.0.0"
Export-Package: org.eclipse.papyrus.gmf.figureview,
 org.eclipse.papyrus.gmf.figureview.view
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.0.0.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.gmf.figureview.Activator
Bundle-SymbolicName: org.eclipse.papyrus.gmf.figureview;singleton:=tru
 e
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top