]> git.argeo.org Git - gpl/argeo-suite.git/blob - sdk/argeo_suite_desktop.properties
Remove unused Eclipse E4 app.
[gpl/argeo-suite.git] / sdk / argeo_suite_desktop.properties
1 argeo.osgi.start.2.http=org.eclipse.equinox.http.servlet,org.eclipse.equinox.http.jetty,\
2 org.eclipse.rap.rwt.osgi,org.eclipse.equinox.cm
3
4 argeo.osgi.start.3.node=org.argeo.cms
5 argeo.osgi.start.4.apps=org.eclipse.gemini.blueprint.extender
6 argeo.osgi.start.5.workbench=org.eclipse.equinox.http.registry
7
8 argeo.osgi.start.5.apps=org.argeo.suite.apps
9
10 ## Rap Workbench configuration
11 ## Open the user admin page by default when opening the workbench
12 org.argeo.security.ui.initialPerspective=org.argeo.suite.workbench.rap.dashboardPerspective
13 # Use the WorkbenchAppService to open a default home page
14 org.argeo.ui.openHomeCommandId=org.argeo.connect.ui.openDefaultEditor
15
16 ## JCR BACKEND
17 argeo.node.repo.type=h2
18
19 ### Jetty - test URL: http://localhost:7070
20 org.osgi.service.http.port=7070
21
22
23 log4j.configuration=file:../../log4j.properties
24
25 # SECURITY
26 java.security.manager=
27 java.security.policy=file:../../all.policy
28
29 # DON'T CHANGE BELOW
30 eclipse.application=org.argeo.cms.ui.workbench.rcp.secureUi
31 org.eclipse.equinox.http.jetty.autostart=false