Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: f9b4813d8fafdb6cd1ed8cf2fdd9cb8198c4074c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: slf4j Stub
Bundle-Vendor: Eclipse.org - Equinox
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