Skip to main content
summaryrefslogtreecommitdiffstats
blob: 7b0615468255a245eaa9b93e72cc2ffd3cae7e24 (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.log4j
Bundle-Version: 1.0.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Require-Bundle: org.apache.log4j;bundle-version="1.2.15",
 org.eclipse.fx.core;bundle-version="0.9.0",
 org.eclipse.jdt.annotation;bundle-version="[1.1.0,2.0.0)";resolution:=optional
Service-Component: OSGI-INF/log4jlogger.xml
Import-Package: javax.inject;version="1.0.0"
Bundle-Vendor: %Bundle-Vendor

Back to the top