[davmail] 04/20: debian/ant.properties: add the missing path for slf4j-simple

Alexandre Rossi alexandre.rossi at gmail.com
Tue Nov 1 08:54:24 UTC 2016


This is an automated email from the git hooks/post-receive script.

niol-guest pushed a commit to branch master
in repository davmail.

commit dcb6ba86dbaf2be4320b794cf17e3b599da352e2
Author: Antonio Ospite <ao2 at ao2.it>
Date:   Thu Oct 20 23:34:26 2016 +0200

    debian/ant.properties: add the missing path for slf4j-simple
    
    The slf4j-simple dependency is added in
    0004-Set-classpath-add-target-davmail-lib.patch but the actual patch was
    not in debian/ant.properties.
    
    This also fixes this runtime warning:
    
      SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
      SLF4J: Defaulting to no-operation (NOP) logger implementation
      SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
---
 debian/ant.properties | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/ant.properties b/debian/ant.properties
index 01b8281..df31ffc 100644
--- a/debian/ant.properties
+++ b/debian/ant.properties
@@ -13,3 +13,4 @@ woodstox-core      = /usr/share/java/woodstox-core-lgpl.jar
 stax2-api          = /usr/share/java/stax2-api.jar
 swt                = /usr/share/java/swt.jar
 slf4j-api          = /usr/share/java/slf4j-api.jar
+slf4j-simple       = /usr/share/java/slf4j-simple.jar

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/davmail.git



More information about the pkg-java-commits mailing list