Skip to content

Commit

Permalink
Applied Hugues Malphettes patch qos-ch#66 [1] as attached to bug 75 [2]
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Nov 23, 2009
1 parent 8c91c8f commit f67363e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
</licenses>

<properties>
<slf4j.api.minimum.compatible.version>1.5.5</slf4j.api.minimum.compatible.version>
<cal10n.version>0.7.2</cal10n.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion slf4j-api/src/main/resources/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ Bundle-Name: slf4j-api
Bundle-Vendor: SLF4J.ORG
Bundle-RequiredExecutionEnvironment: J2SE-1.3
Export-Package: org.slf4j;version=${project.version}, org.slf4j.spi;version=${project.version}, org.slf4j.helpers;version=${project.version}
Import-Package: org.slf4j.impl;version=${project.version}
Import-Package: org.slf4j.impl;version=${slf4j.api.minimum.compatible.version}

0 comments on commit f67363e

Please sign in to comment.