Disable Nashorn deprecation warnings.
[lgpl/argeo-commons.git] / dist / argeo-node / base / share / argeo / config.ini
index 269fcf6ee72f23d91df3a87979f284e86dfb74f2..f97810f1166696b53125f12b926dbe80e7e19bfe 100644 (file)
@@ -1,10 +1,12 @@
 # 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,\
-org.eclipse.equinox.http.jetty,\
 org.eclipse.equinox.metatype,\
 org.eclipse.equinox.cm,\
 org.eclipse.equinox.ds,\
@@ -35,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