]> git.argeo.org Git - lgpl/argeo-commons.git/blob - argeo-node/rpm/usr/share/node/config.ini
Prepare next development cycle
[lgpl/argeo-commons.git] / argeo-node / rpm / usr / share / node / config.ini
1 # Only Argeo OSGi Boot is explicitly started
2 osgi.bundles=org.argeo.osgi.boot@start
3
4 # Required standard bundles to start
5 argeo.osgi.start.2.node=\
6 org.eclipse.equinox.http.servlet,\
7 org.eclipse.equinox.http.jetty,\
8 org.eclipse.equinox.metatype,\
9 org.eclipse.equinox.cm,\
10 org.eclipse.rap.rwt.osgi
11
12 # Required CMS bundles to start
13 argeo.osgi.start.3.node=\
14 org.argeo.cms
15
16 # Extension managers
17 argeo.osgi.start.4.node=\
18 org.eclipse.gemini.blueprint.extender,\
19 org.eclipse.equinox.http.registry
20
21 # Packages provided by the OpenJDK JVM
22 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
23 com.sun.jndi.ldap.sasl,\
24 com.sun.security.jgss,\
25 com.sun.jndi.dns,\
26 com.sun.nio.file,\
27 com.sun.nio.sctp
28
29 # Security manager
30 java.security.manager=
31 java.security.policy=file:/usr/share/node/all.policy
32
33 # Required properties
34 eclipse.ignoreApp=true
35 osgi.noShutdown=true
36 org.eclipse.equinox.http.jetty.autostart=false
37 org.eclipse.rap.workbenchAutostart=false