Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: aa220411c7dbe993d5e14ca8cbe73562a3f67797 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Manifest-Version: 1.0
Export-Package: org.eclipse.papyrus.uml.diagram.navigation
Require-Bundle: org.eclipse.papyrus.infra.gmfdiag.navigation;bundle-version="[1.2.0,2.0.0)";visibility:=reexport,
 org.eclipse.papyrus.uml.tools.utils;bundle-version="[1.2.0,2.0.0)",
 org.eclipse.draw2d;bundle-version="[3.10.0,4.0.0)"
Bundle-Vendor: %providerName
Bundle-Version: 1.2.0.qualifier
Bundle-Localization: plugin
Bundle-Name: %pluginName
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.navigation;singleton:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top