]> git.argeo.org Git - lgpl/argeo-commons.git/blob - dist/argeo-node/base/share/argeo/config.ini
Introduce open closeable method
[lgpl/argeo-commons.git] / dist / argeo-node / base / share / argeo / config.ini
1 # Only Argeo OSGi Boot is explicitly started
2 osgi.bundles=org.argeo.osgi.boot@start
3
4 # Only clean state is currently fully supported
5 osgi.clean=true
6
7 # Required standard bundles to start
8 argeo.osgi.start.2.node=\
9 org.eclipse.equinox.http.servlet,\
10 org.eclipse.equinox.metatype,\
11 org.eclipse.equinox.cm,\
12 org.eclipse.equinox.ds,\
13 org.eclipse.rap.rwt.osgi
14
15 # Required CMS bundles to start
16 argeo.osgi.start.3.node=\
17 org.argeo.cms
18
19 # Extension managers
20 argeo.osgi.start.4.node=\
21 org.argeo.cms.e4.rap
22
23 # Packages provided by the OpenJDK JVM
24 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
25 com.sun.jndi.ldap.sasl,\
26 com.sun.security.jgss,\
27 com.sun.jndi.dns,\
28 com.sun.nio.file,\
29 com.sun.nio.sctp
30
31 # Required properties
32 eclipse.ignoreApp=true
33 osgi.noShutdown=true
34 org.eclipse.equinox.http.jetty.autostart=false
35
36 # Disable some warnings
37 nashorn.option.no.deprecation.warning=true