- version updated

- .configure moved to src/bin directory
- UTF-8 decoder for filepath

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@185 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-10-26 12:39:53 +00:00
parent 7625ae5e7c
commit 21926fdef8
4 changed files with 5 additions and 3 deletions

6
java/src/.configure Normal file
View File

@@ -0,0 +1,6 @@
# enable or disable logging
ch.ntb.usb/debug = true
# set and configure individual loggers here
# the format is: projectName/debug/<loggerX> = <logger name>/<log level>
ch.ntb.usb/debug/logger0 = ch.ntb.usb/OFF
ch.ntb.usb/debug/logger1 = ch.ntb.usb.test/INFO