Disable Nashorn deprecation warnings.
authorMathieu Baudier <mbaudier@argeo.org>
Fri, 24 Jan 2020 09:46:53 +0000 (10:46 +0100)
committerMathieu Baudier <mbaudier@argeo.org>
Fri, 24 Jan 2020 09:46:53 +0000 (10:46 +0100)
dist/argeo-node/base/share/argeo/config.ini

index ae442054b3ee462a24b6b19bdb6b7b9836759cba..f97810f1166696b53125f12b926dbe80e7e19bfe 100644 (file)
@@ -37,3 +37,6 @@ eclipse.ignoreApp=true
 osgi.noShutdown=true
 org.eclipse.equinox.http.jetty.autostart=false
 #org.eclipse.rap.workbenchAutostart=false
+
+# Disable some warnings
+nashorn.option.no.deprecation.warning=true