Skip to main content
summaryrefslogtreecommitdiffstats
blob: 668d33fd69d191ebcd93609cf0c4350c0e7853b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Interopt
Bundle-SymbolicName: org.eclipse.fx.ui.di.interopt
Bundle-Version: 1.2.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.swt;bundle-version="3.100.1";resolution:=optional,
 org.eclipse.e4.core.contexts;bundle-version="1.2.0",
 org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Import-Package: javafx.embed.swing;version="2.2.0",
 javafx.embed.swt;version="2.2.0",
 javafx.scene;version="2.2.0",
 javafx.scene.layout;version="2.2.0"
Bundle-ActivationPolicy: lazy
Service-Component: OSGI-INF/interoptfunction.xml

Back to the top