Skip to main content
summaryrefslogtreecommitdiffstats
blob: 2307c0721ea303d11dae8049010c9010c9c2f020 (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: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.ui.theme;singleton:=true
Bundle-Version: 0.9.0.qualifier
Bundle-Activator: org.eclipse.fx.ui.theme.internal.Activator
Require-Bundle: org.eclipse.core.runtime,
 org.eclipse.fx.ui.services,
 org.eclipse.fx.core;bundle-version="0.9.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Service-Component: OSGI-INF/thememanager.xml
Import-Package: com.sun.javafx.css,
 javafx.collections;version="2.0.0",
 javafx.scene;version="2.0.0"
Bundle-Vendor: %Bundle-Vendor

Back to the top