JAL-3210 .j2s fix to exclude /utils directory
authorBobHanson <hansonr@stolaf.edu>
Tue, 29 Oct 2019 16:36:24 +0000 (11:36 -0500)
committerBobHanson <hansonr@stolaf.edu>
Tue, 29 Oct 2019 16:36:24 +0000 (11:36 -0500)
.j2s

diff --git a/.j2s b/.j2s
index 93fd157..61231e7 100644 (file)
--- a/.j2s
+++ b/.j2s
@@ -1,7 +1,7 @@
 j2s.compiler.status=enable
 
 #a semicolon-separated list of package-level file paths to be excluded
-j2s.excluded.paths=test;testng;util
+j2s.excluded.paths=test;testng;utils
 
 #a semicolon-separated list of package (foo.) or class (foo.bar) replacements to be made 
 j2s.class.replacements=org.apache.log4j.->jalview.javascript.log4j.