]> git.argeo.org Git - gpl/argeo-slc.git/blob - dep/org.argeo.slc.dep.rcp/src/main/rpm/etc/slc-rcp/config.ini
Fix bundle symbolic name issue with 32 bits
[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
30 osgi.bundles=/usr/share/osgi/boot/org.argeo.osgi.boot.jar@start,\
31 org.eclipse.core.runtime@start,\
32 org.eclipse.equinox.common@start,\
33 com.ibm.icu,\
34 org.eclipse.core.commands,\
35 org.eclipse.core.contenttype,\
36 org.eclipse.core.databinding,\
37 org.eclipse.core.databinding.observable,\
38 org.eclipse.core.databinding.property,\
39 org.eclipse.core.expressions,\
40 org.eclipse.core.jobs,\
41 org.eclipse.equinox.app,\
42 org.eclipse.equinox.launcher,\
43 org.eclipse.equinox.preferences,\
44 org.eclipse.equinox.registry,\
45 org.eclipse.equinox.security,\
46 org.eclipse.help,\
47 org.eclipse.jface,\
48 org.eclipse.jface.databinding,\
49 org.eclipse.swt,\
50 org.eclipse.swt.gtk.linux.x86_64,\
51 org.eclipse.swt.gtk.linux.x86,\
52 org.eclipse.ui,\
53 org.eclipse.ui.forms,\
54 org.eclipse.ui.workbench
55
56 argeo.osgi.bundles=\
57 ${user.home}/.slc/modules;in=*/*,\
58 /etc/slc-rcp/modules;in=*,\
59 /usr/share/slc/lib;in=*.jar,\
60 /usr/share/osgi;in=*.jar,\
61 /usr/share/osgi/eclipse;in=*.jar,\
62 /usr/share/osgi/rcp;in=*.jar,\