File: build_simple.properties

package info (click to toggle)
jexcelapi 2.6.12-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 4,240 kB
  • ctags: 7,331
  • sloc: java: 43,178; xml: 129; makefile: 19; lisp: 9; sh: 8
file content (15 lines) | stat: -rwxr-xr-x 745 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Default, configurable properties file to allow clever open source users
# to use a sophisticated logging facility of their choice (eg. log4j)
# If they do this, then it is their responsibility to download the requisite
# libraries
# Indifferent or lazy users can use the simple logger which writes
# messages to standard out without the need for all that tedious mucking
# about with third party libraries

# The logger name.  This is a source file containing the name of the 
# class implementing the logger interface.  At build time, this source file
# will be copied to the file ../src/common/log/LoggerName.java
logger=SimpleLogger

# The classpath for any third party libraries needed by the extra add-ons
loggerClasspath=