]> git.argeo.org Git - gpl/argeo-slc.git/blob - demo/slc_demo_rcp.properties
[maven-release-plugin] prepare release argeo-slc-2.3.1
[gpl/argeo-slc.git] / demo / slc_demo_rcp.properties
1 argeo.osgi.start=\
2 org.eclipse.equinox.http.servlet,\
3 org.eclipse.equinox.http.jetty,\
4 org.eclipse.equinox.metatype,\
5 org.eclipse.equinox.cm,\
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.5.slc=\
14 org.argeo.slc.agent,\
15 org.argeo.slc.agent.jcr,\
16
17 argeo.node.repo.type=localfs
18
19 slc.executionModules=org.argeo.slc.demo.ant,\
20 org.argeo.slc.demo.basic,\
21 org.argeo.slc.demo.minimal,\
22
23 #Branding
24 eclipse.application=org.argeo.slc.client.rcp.application
25 org.argeo.security.ui.initialPerspective=org.argeo.slc.client.ui.slcExecutionPerspective
26
27 log4j.configuration=file:../../log4j.properties
28
29 #argeo.server.tomcat.config=conf/default-server-ssl.xml
30
31 sun.security.jgss.native=false
32 org.osgi.framework.security=osgi
33 java.security.policy=file:../../all.policy
34
35 # DON'T CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
36 org.eclipse.equinox.http.jetty.autostart=false