Skip to main content
summaryrefslogtreecommitdiffstats
blob: c69b593942468e1eff76eb9bcebaebdef35cd6b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.uml.diagram.navigation
Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.navigation;bundle-version="0.10.1",
 org.eclipse.uml2.uml,
 org.eclipse.papyrus.uml.tools.utils;bundle-version="0.10.1",
 org.eclipse.draw2d;bundle-version="3.7.1",
 org.eclipse.jface;bundle-version="3.8.0"
Bundle-Vendor: %providerName
Bundle-Version: 0.10.2.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.navigation;single
 ton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top