Skip to main content
summaryrefslogtreecommitdiffstats
blob: b7d0af79c805387a810d2055b0b48bd7e3759b56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Manifest-Version: 1.0
Require-Bundle: org.eclipse.ui,
 org.eclipse.core.runtime,
 org.eclipse.gef,
 org.eclipse.zest.layouts,
 org.eclipse.core.expressions
Export-Package: org.eclipse.papyrus.layout,
 org.eclipse.papyrus.layout.managealgorithms
Bundle-Vendor: %providerName
Bundle-ActivationPolicy: lazy
Bundle-Version: 0.10.2.qualifier
Bundle-Name: %pluginName
Bundle-Localization: plugin
Bundle-ManifestVersion: 2
Bundle-Activator: org.eclipse.papyrus.layout.Activator
Bundle-SymbolicName: org.eclipse.papyrus.layout;singleton:=true
Bundle-RequiredExecutionEnvironment: J2SE-1.5

Back to the top