Skip to main content
summaryrefslogtreecommitdiffstats
blob: ff99a5de21c3404a08a21e069a0c2f9f501516aa (plain) (blame)
1
2
3
4
5
6
7
8
9
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Swtutil
Bundle-SymbolicName: org.eclipse.fx.runtime.swtutil
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.fx.runtime.swt;bundle-version="1.0.0";resolution:=optional,
 org.eclipse.swt;resolution:=optional
Export-Package: org.eclipse.fx.runtime.swtutil

Back to the top