X-Git-Url: https://git.argeo.org/?a=blobdiff_plain;f=dist%2Fargeo-node%2Fbase%2Fshare%2Fargeo%2Fconfig.ini;h=f97810f1166696b53125f12b926dbe80e7e19bfe;hb=bc9f73142568399c376ce578bc915ae4269539ef;hp=88ae8ee3c451224c47a839c44798cd5dd6f0ab2c;hpb=1091271b89f2d12e9898e01f6639c48831b1bc4b;p=lgpl%2Fargeo-commons.git diff --git a/dist/argeo-node/base/share/argeo/config.ini b/dist/argeo-node/base/share/argeo/config.ini index 88ae8ee3c..f97810f11 100644 --- a/dist/argeo-node/base/share/argeo/config.ini +++ b/dist/argeo-node/base/share/argeo/config.ini @@ -1,12 +1,15 @@ # 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,\ org.eclipse.rap.rwt.osgi # Required CMS bundles to start @@ -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