From 599e4cdd77d5987cba63d4e289d7fdb24c31acd6 Mon Sep 17 00:00:00 2001
From: Don Brutzman <brutzman@nps.edu>
Date: Tue, 16 Jun 2020 20:19:48 -0700
Subject: [PATCH] TODO jslint exclude

---
 build.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 156e53ae64..a3d56cea37 100644
--- a/build.xml
+++ b/build.xml
@@ -2699,7 +2699,7 @@ ignoreSetupDownloadErrors=true
                             <arg value="--predef"/>
                             <arg value="${sceneScriptFieldGlobals}"/> <!-- defined in sceneScriptFieldGlobals.properties -->
                             <arg value="@{file.path.name}"/>
-                            <exclude name="javadoc/**/*.js"/>
+                            <!-- TODO figure out how to exclude javadoc/**/*.js -->
                         </java>
                         <!-- clean up -->
                         <var    name="sceneScriptFieldGlobals" unset="true"/>
-- 
GitLab