Skip to main content
summaryrefslogtreecommitdiffstats
blob: 497118008be7a769b900faa9aeab8e3db91255cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Layouttools Plug-in
Bundle-SymbolicName: org.eclipse.papyrus.layouttool;singleton:=true
Bundle-Version: 0.7.0.qualifier
Bundle-Activator: org.eclipse.papyrus.layouttool.Activator
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.gef,
 org.eclipse.zest.layouts,
 org.eclipse.core.expressions
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.eclipse.papyrus.layouttool,
 org.eclipse.papyrus.layouttool.managealgorithms
Bundle-ActivationPolicy: lazy
Bundle-Vendor: Atos Origin

Back to the top