]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/slc_localrepo.properties
Adapt to changes in Commons
[gpl/argeo-slc.git] / demo / slc_localrepo.properties
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.agent,\
18 org.argeo.slc.agent.jcr,\
19 org.argeo.slc.server.repo,\
20
21 slc.executionModules=org.argeo.tp.factory.core,\
22 org.argeo.tp.factory.extras
23
24 argeo.node.repo.type=localfs
25
26 org.osgi.framework.security=osgi
27 java.security.policy=file:../../all.policy
28
29 org.osgi.service.http.port=7080
30 org.eclipse.equinox.http.jetty.log.stderr.threshold=info
31
32 log4j.configuration=file:../../log4j.properties
33 org.eclipse.rap.workbenchAutostart=false
34
35 # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
36 eclipse.ignoreApp=true
37 osgi.noShutdown=true
38 org.eclipse.equinox.http.jetty.autostart=false
39 org.eclipse.rap.workbenchAutostart=false
40
41 # Avoid errors logs (see https://issues.apache.org/jira/browse/JCR-2226)
42 org.apache.jackrabbit.core.statementcache=false