X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=.j2s;fp=.j2s;h=0000000000000000000000000000000000000000;hb=4f77328104498504339216829abf5ea87e2791ec;hp=93fd15785a7f24ee43995c4ebbe0669f19b3e0f0;hpb=2b8c0785318a3528e1876e8e2dd48b7d831eae69;p=jalview.git diff --git a/.j2s b/.j2s deleted file mode 100644 index 93fd157..0000000 --- a/.j2s +++ /dev/null @@ -1,20 +0,0 @@ -j2s.compiler.status=enable - -#a semicolon-separated list of package-level file paths to be excluded -j2s.excluded.paths=test;testng;util - -#a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made -j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j. - -#output file name for logging methods declared - delete the file to regenerate a listing -#j2s.log.methods.declared=swingjs/methodsDeclared.csv - -#output file name for logging methods called - delete the file to regenerate a listing -#j2s.log.methods.called=swingjs/methodsCalled.csv - -#if set, every instance of methods called will be logged -#otherwise, only the first call to a method will be logged -#output will be comma-separated: called method,caller class -#j2s.log.all.calls=true - -