]> git.argeo.org Git - gpl/argeo-slc.git/blob - dist/slc/rpm/etc/slc/config.ini
Merge branch 'master' of https://github.com/argeo/argeo-slc.git
[gpl/argeo-slc.git] / dist / slc / rpm / etc / slc / config.ini
1 argeo.osgi.start.2.http=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty,\
4 org.eclipse.equinox.cm,\
5 org.eclipse.rap.rwt.osgi
6
7 argeo.osgi.start.3.node=\
8 org.argeo.cms
9
10 argeo.osgi.start.4.apps=\
11 org.eclipse.gemini.blueprint.extender
12
13 argeo.osgi.start.4.workbench=\
14 org.eclipse.equinox.http.registry,\
15
16 argeo.osgi.start.5.slc=\
17 org.argeo.slc.node.jackrabbit,\
18 org.argeo.slc.agent,\
19 org.argeo.slc.agent.jcr,\
20 org.argeo.slc.server.repo,\
21
22 argeo.node.repo.type=localfs
23
24 org.osgi.service.http.port=8080
25 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
26
27 slc.executionModules=org.argeo.slc.demo.ant,\
28 org.argeo.slc.demo.basic,\
29 org.argeo.slc.demo.minimal,\
30
31 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.dist.distributionPerspective
32
33 # OSGi MANAGEMENT
34 osgi.console=2323
35
36 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
37 osgi.bundles=org.argeo.osgi.boot.jar@start
38 argeo.osgi.baseUrl=file:///usr/share/osgi/
39 argeo.osgi.distributionUrl=org/argeo/slc/org.argeo.slc.dep.backend/2.1.*/org.argeo.slc.dep.backend-2.1.*.jar
40 argeo.osgi.bundles=\
41 /etc/slc/modules;in=*,\
42 /usr/local/share/osgi;in=**/*.jar
43 #/usr/share/osgi;in=**/*.jar,\
44
45 org.osgi.framework.bootdelegation=com.sun.jndi.ldap,\
46 com.sun.jndi.ldap.sasl,\
47 com.sun.security.jgss,\
48 com.sun.jndi.dns,\
49 com.sun.nio.file,\
50 com.sun.nio.sctp
51
52 eclipse.ignoreApp=true
53 osgi.noShutdown=true
54 org.eclipse.equinox.http.jetty.autostart=false
55 org.eclipse.rap.workbenchAutostart=false