Skip to main content
summaryrefslogtreecommitdiffstats
blob: 054baab977464eae8dccff8e930f0e10e26680e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.core.slf4j
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Service-Component: OSGI-INF/slf4jlogger.xml
Import-Package: javax.inject;version="1.0.0",
 org.eclipse.fx.core;version="2.3.0",
 org.eclipse.fx.core.log;version="2.3.0",
 org.slf4j;version="1.7.2"
Bundle-Vendor: %Bundle-Vendor

Back to the top