Update of /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n
In directory sc8-pr-cvs1:/tmp/cvs-serv18710/babeldoc/modules/scanner/config/i18n
Modified Files:
messages.properties
Log Message:
Applied David Kinnvalls patch:
- Added missing messages to messages.properties
- Moved the patterns Hashtable to the top of the ScannerWorker
file and added a brief javadoc about it
- Re-ordered the methods and accompanying javadocs that got a
bit mixed up (addFilter and acceptEntry) and added a bit more
javadoc text explaining how the filter logic works
- Really "new" in this patch is only my previously suggested
addition of providing the DirectoryScanner's doneDirectory
under the attribute "done_dir"
Index: messages.properties
===================================================================
RCS file: /cvsroot/babeldoc/babeldoc/modules/scanner/config/i18n/messages.properties,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** messages.properties 1 Oct 2003 08:33:35 -0000 1.16
--- messages.properties 10 Oct 2003 08:09:35 -0000 1.17
***************
*** 33,38 ****
scanner.ScannerThread.info.showConfig=ScannerThread initialized using config {0}
!
scanner.ScannerWorker.error.message=Error during scaning
#DirectoryScanner
--- 33,41 ----
scanner.ScannerThread.info.showConfig=ScannerThread initialized using config {0}
! #ScannerWorker
scanner.ScannerWorker.error.message=Error during scaning
+ scanner.ScannerWorker.debug.addingFilter=Adding filter '{1}': '{0}'
+ scanner.ScannerWorker.warn.noFilter=No filter called '{0}' found!
+ scanner.ScannerWorker.debug.match=Matching '{1}': {0}
#DirectoryScanner
|