[slf4j-dev] branch, master, updated. v1.5.9.RC1-3-gf67363e
added by portage for gitosis-gentoo
git-noreply at pixie.qos.ch
Mon Nov 23 17:32:39 CET 2009
The branch, master has been updated
via f67363eb62173c7c6a42d79020d22b8d17f3805a (commit)
from 8c91c8ff649bc3222753049d487b276a240ec182 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.qos.ch/gitweb/?p=slf4j.git;a=commit;h=f67363eb62173c7c6a42d79020d22b8d17f3805a
http://github.com/ceki/slf4j/commit/f67363eb62173c7c6a42d79020d22b8d17f3805a
commit f67363eb62173c7c6a42d79020d22b8d17f3805a
Author: Ceki Gulcu <ceki at qos.ch>
Date: Mon Nov 23 17:29:50 2009 +0100
Applied Hugues Malphettes patch #66 [1] as attached to bug 75 [2]
[1] http://bugzilla.slf4j.org/attachment.cgi?id=66
[2] http://bugzilla.slf4j.org/show_bug.cgi?id=75
diff --git a/pom.xml b/pom.xml
index 9d2650a..71e8ce4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
diff --git a/slf4j-api/src/main/resources/META-INF/MANIFEST.MF b/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
index 8c6fdd1..9cb6230 100644
--- a/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
+++ b/slf4j-api/src/main/resources/META-INF/MANIFEST.MF
@@ -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}
-----------------------------------------------------------------------
Summary of changes:
pom.xml | 1 +
slf4j-api/src/main/resources/META-INF/MANIFEST.MF | 2 +-
2 files changed, 2 insertions(+), 1 deletions(-)
hooks/post-receive
--
SLF4J: Simple Logging Facade for Java
More information about the slf4j-dev
mailing list