JAL-3048 refactored export settings to bean+dialog with callbacks - basically works...
[jalview.git] / .j2s
1 j2s.compiler.status=enable
2
3 #a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made 
4 j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.
5
6 #output file name for logging methods declared - delete the file to regenerate a listing 
7 #j2s.log.methods.declared=swingjs/methodsDeclared.csv
8
9 #output file name for logging methods called - delete the file to regenerate a listing
10 #j2s.log.methods.called=swingjs/methodsCalled.csv
11
12 #if set, every instance of methods called will be logged
13 #otherwise, only the first call to a method will be logged 
14 #output will be comma-separated: called method,caller class 
15 #j2s.log.all.calls=true
16
17 #a semicolon-separated list of package-level file paths to be excluded
18 #j2s.excluded.paths=test;testng
19