Disable Nashorn deprecation warnings.
[lgpl/argeo-commons.git] / dist / argeo-node / base / share / argeo / config.ini
index 1a49ded8c8a78424152982b734c1ec8ad4322690..f97810f1166696b53125f12b926dbe80e7e19bfe 100644 (file)
@@ -1,6 +1,9 @@
 # Only Argeo OSGi Boot is explicitly started
 osgi.bundles=org.argeo.osgi.boot@start
 
+# Only clean state is currently fully supported
+osgi.clean=true
+
 # Required standard bundles to start
 argeo.osgi.start.2.node=\
 org.eclipse.equinox.http.servlet,\
@@ -34,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