Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 6ea14bbfc8701abe84b82a93b176c82dd582c3ae (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
Export-Package: org.eclipse.papyrus.gmf.figureview,
 org.eclipse.papyrus.gmf.figureview.view
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.papyrus.emf.facet.common.ui;bundle-version="1.1.0",
 org.eclipse.gmf.runtime.diagram.ui;bundle-version="1.8.0",
 org.eclipse.papyrus.infra.core;bundle-version="1.1.0",
 org.eclipse.papyrus.editor;bundle-version="1.1.0",
 org.eclipse.papyrus.infra.gmfdiag.dnd;bundle-version="1.1.0"
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 1.1.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-Activator: org.eclipse.papyrus.gmf.figureview.Activator
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.gmf.figureview;singleton:=tru
 e
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top