Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 96ffe27b63f4e1b30ea2301144d70466af3004f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: slf4j Stub
Bundle-SymbolicName: org.eclipse.equinox.slf4j.stub
Bundle-Version: 1.0.200.qualifier
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Provide-Capability: 
 generic; generic="org.slf4j.impl.StaticLoggerBinder"; version:Version="1.6.1",
 org.slf4j.api; org.slf4j.api="org.slf4j.impl.StaticLoggerBinder"; version:Version="1.6.1"
Automatic-Module-Name: org.eclipse.equinox.slf4j.stub

Back to the top