Move default tmp dirs, fix BLANK handling
authorNiki Roo <niki@nikiroo.be>
Sun, 19 Feb 2017 22:46:39 +0000 (23:46 +0100)
committerNiki Roo <niki@nikiroo.be>
Sun, 19 Feb 2017 22:46:39 +0000 (23:46 +0100)
commit68e370a441d8e6b10bfaa904ecacb29e7d6160d8
treec6b34e1dc42b50073fcc3047b6a54b24a55a99cf
parent3b2b638f7e1395702f843b5b19d7959327f604b2
Move default tmp dirs, fix BLANK handling
- tmp is now in $config ($HOME/.fanfix)/tmp
- reader tmp is now $config/tmp.reader
- blanks were not correctly handled in BasicSupport
- some tests were added
src/be/nikiroo/fanfix/Instance.java
src/be/nikiroo/fanfix/bundles/Config.java
src/be/nikiroo/fanfix/bundles/UiConfig.java
src/be/nikiroo/fanfix/bundles/config.properties
src/be/nikiroo/fanfix/bundles/ui.properties
src/be/nikiroo/fanfix/supported/BasicSupport.java
src/be/nikiroo/fanfix/test/BasicSupportTest.java [new file with mode: 0644]
src/be/nikiroo/fanfix/test/Test.java