]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.rcp/src/main/rpm/etc/slc-rcp/config.ini
53aa78d792a7daa9faf1de3d86a457777f8b9869
[gpl/argeo-slc.git] / dep / org.argeo.slc.dep.rcp / src / main / rpm / etc / slc-rcp / config.ini
1 argeo.osgi.start=\
2 org.springframework.osgi.extender,\
3 org.argeo.node.repofactory.jackrabbit,\
4 org.argeo.node.repo.jackrabbit,\
5 org.argeo.security.dao.os,\
6 org.argeo.slc.node.jackrabbit,\
7 org.argeo.security.equinox,\
8 org.argeo.security.ui,\
9 org.argeo.security.ui.rcp,\
10 org.argeo.slc.client.ui,\
11 org.argeo.slc.client.rcp,\
12 org.argeo.slc.agent,\
13 org.argeo.slc.agent.jcr,\
14
15 org.argeo.security.ui.initialPerspective=org.argeo.jcr.ui.explorer.perspective
16
17 ## LOGGING
18 log4j.configuration=file:/etc/slc-rcp/log4j.properties
19
20 # TOMCAT PORTS
21 argeo.server.port.http=17080
22 argeo.server.port.https=17083
23 argeo.server.port.ajp=17089
24
25 org.argeo.slc.ui.inTray=true
26
27 # DO NOT CHANGE BELOW UNLESS YOU KNOW WHAT YOU ARE DOING
28 eclipse.application=org.argeo.slc.client.rcp.application
29 eclipse.activateRuntimePlugins=false
30 eclipse.noRegistryCache=true
31
32 osgi.bundles=/usr/share/osgi/boot/org.argeo.osgi.boot.jar@start,\
33 org.eclipse.core.runtime@start,\
34 org.eclipse.equinox.common@start,\
35 com.ibm.icu,\
36 org.eclipse.core.commands,\
37 org.eclipse.core.contenttype,\
38 org.eclipse.core.databinding,\
39 org.eclipse.core.databinding.observable,\
40 org.eclipse.core.databinding.property,\
41 org.eclipse.core.expressions,\
42 org.eclipse.core.jobs,\
43 org.eclipse.equinox.app,\
44 org.eclipse.equinox.launcher,\
45 org.eclipse.equinox.preferences,\
46 org.eclipse.equinox.registry,\
47 org.eclipse.equinox.security,\
48 org.eclipse.help,\
49 org.eclipse.jface,\
50 org.eclipse.jface.databinding,\
51 org.eclipse.swt,\
52 org.eclipse.swt.gtk.linux.x86_64,\
53 org.eclipse.swt.gtk.linux.i386,\
54 org.eclipse.ui,\
55 org.eclipse.ui.forms,\
56 org.eclipse.ui.workbench
57
58 argeo.osgi.bundles=\
59 ${user.home}/.slc/modules;in=*,\
60 /etc/slc-ui/modules;in=*,\
61 /usr/share/slc/lib;in=*.jar,\
62 /usr/share/osgi;in=*.jar,\
63 /usr/share/osgi/eclipse;in=*.jar,\
64 /usr/share/osgi/rcp;in=*.jar,\