# Only Argeo OSGi Boot is explicitly started osgi.bundles=org.argeo.osgi.boot@start osgi.clean=true # Provisioning argeo.osgi.bundles=\ /etc/node/modules;in=*/*,\ /usr/local/share/osgi;in=**/*.jar,\ /usr/share/osgi;in=**/*.jar;ex=boot/*.jar # 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.rap.rwt.osgi # Required CMS bundles to start argeo.osgi.start.3.node=\ org.argeo.cms # Extension managers argeo.osgi.start.4.node=\ org.eclipse.gemini.blueprint.extender,\ org.eclipse.equinox.http.registry # Packages provided by the OpenJDK JVM org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\ com.sun.jndi.ldap.sasl,\ com.sun.security.jgss,\ com.sun.jndi.dns,\ com.sun.nio.file,\ com.sun.nio.sctp # Security manager java.security.manager= java.security.policy=file:/usr/share/node/all.policy # Required properties eclipse.ignoreApp=true osgi.noShutdown=true org.eclipse.equinox.http.jetty.autostart=false org.eclipse.rap.workbenchAutostart=false