Hidden files are ignored. Added --version option and logging.
* Added logging with SLF4J and Logback * Added `--version` option. * Mofidied the input file rules. When an input object is a directory, JLPMain is adding all the files in that directory and its subdirectories. Now JLPMain is ignoring hidden files in the directory and subdirs. A file named explicitly on the command line is still included regardless of if it is hidden or not. * Documentation continues.
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
#Sun, 25 Dec 2011 23:23:16 -0600
|
||||
#Wed, 28 Dec 2011 15:44:01 -0600
|
||||
name=jlp
|
||||
version=1.1
|
||||
build.number=7
|
||||
version=1.2
|
||||
build.number=10
|
||||
lib.local=true
|
||||
release.dir=release
|
||||
main.class=com.jdblabs.jlp.JLPMain
|
||||
|
Reference in New Issue
Block a user