Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: c02d0e67090834275585c884d7f3e9d2a572c7d0 (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: HorizontalLayout FX
Bundle-SymbolicName: org.eclipse.emf.ecp.view.horizontal.fx;singleton:=true
Bundle-Version: 1.9.0.qualifier
Bundle-Activator: org.eclipse.emf.ecp.view.horizontal.fx.Activator
Bundle-Vendor: Eclipse Modeling Project
Export-Package: org.eclipse.emf.ecp.view.horizontal.fx;version="1.9.0"
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.emf.ecp.view.horizontal.model;bundle-version="[1.22.0,1.23.0)",
 org.eclipse.emf.ecp.view.model.fx;bundle-version="[1.22.0,1.23.0)",
 org.eclipse.emf.ecp.view.model.common;bundle-version="[1.22.0,1.23.0)",
 org.eclipse.emfforms.common;bundle-version="[1.22.0,1.23.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Automatic-Module-Name: org.eclipse.emf.ecp.view.horizontal.fx
Bundle-ActivationPolicy: lazy

Back to the top