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