From 7a0e45601ddb63e4103e6bfb455469e7327e9bd5 Mon Sep 17 00:00:00 2001 From: BobHanson Date: Tue, 29 Oct 2019 11:36:24 -0500 Subject: [PATCH] JAL-3210 .j2s fix to exclude /utils directory --- .j2s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.j2s b/.j2s index 93fd157..61231e7 100644 --- 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. -- 1.7.10.2