[brailleblaster] push by mwhapples - Clean up and adding documentation of jars for slf4j and logback on 2014-07-17 14:30 GMT

  • From: brailleblaster@xxxxxxxxxxxxxx
  • To: brailleblaster@xxxxxxxxxxxxx
  • Date: Thu, 17 Jul 2014 14:30:34 +0000

Revision: 194f3b4637d8
Branch:   mwhapples_slf4j
Author:   Michael Whapples
Date:     Thu Jul 17 14:29:55 2014 UTC
Log:      Clean up and adding documentation of jars for slf4j and logback
http://code.google.com/p/brailleblaster/source/detail?r=194f3b4637d8

Modified:
 /BUILD.txt
 /src/main/org/brailleblaster/BBIni.java

=======================================
--- /BUILD.txt  Mon Oct 28 14:56:28 2013 UTC
+++ /BUILD.txt  Thu Jul 17 14:29:55 2014 UTC
@@ -20,6 +20,9 @@
 commons-exec-1.1.jar
 jliblouisutdml.jar (bindings)
 xom.jar
+slf4j-api-1.7.7.jar
+logback-core-1.1.2.jar
+logback-classic-1.1.2.jar
 (others as time goes on)

 In addition, add the JEuclid folder from the zip file located on the
=======================================
--- /src/main/org/brailleblaster/BBIni.java     Thu Jul 17 13:44:55 2014 UTC
+++ /src/main/org/brailleblaster/BBIni.java     Thu Jul 17 14:29:55 2014 UTC
@@ -388,10 +388,6 @@
        public static String getRecentDocs() {
                return recentDocs;
        }
-
-       // public static Logger getLogger() {
-               // return logger;
-       // }

        public static PropertyFileManager getPropertyFileManager(){
                return propManager;

Other related posts:

  • » [brailleblaster] push by mwhapples - Clean up and adding documentation of jars for slf4j and logback on 2014-07-17 14:30 GMT - brailleblaster