Skip to main content
summaryrefslogtreecommitdiffstats
blob: 79e797d63f0a1106e6de11e48e8bc3b9357b62c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.core
Bundle-Version: 0.8.1.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Import-Package: javax.inject;version="1.0.0"
Export-Package: org.eclipse.fx.core,
 org.eclipse.fx.core.log,
 org.eclipse.fx.core.update
Bundle-Vendor: %Bundle-Vendor
Service-Component: OSGI-INF/jlogger.xml
Bundle-ActivationPolicy: lazy

Back to the top