blob: e5239d2f06771f79e2e7e5b95ab65e5eb5b9a505 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
#
# Framework config properties.
#
org.osgi.framework.system.packages= org.osgi.framework; \
javax.swing; \
javax.swing.event; \
javax.swing.table; \
javax.swing.text; \
javax.swing.text.html; \
javax.accessibility; \
javax.swing.plaf; \
javax.swing.plaf.metal; \
javax.swing.plaf.basic; \
javax.imageio; \
javax.swing.tree; \
javax.swing.undo; \
javax.swing.event; \
javax.swing.border; \
javax.swing.filechooser; \
org.w3c.dom; \
org.xml.sax; \
javax.xml.parsers;\
org.apache.xml.serializer; \
javax.xml.transform; \
javax.xml.transform.dom; \
javax.xml.transform.stream; \
net.java.stun4j; \
net.java.stun4j.client; \
net.java.stun4j.StunAddress; \
net.java.stun4j.StunException; \
javax.net.ssl; \
edu.stanford.ejalbert; \
edu.stanford.ejalbert.exception; \
edu.stanford.ejalbert.exceptionhandler;
oscar.auto.start.1= \
file:lib/bundle/shell.jar \
file:lib/bundle/bundlerepository.jar \
file:lib/bundle/servicebinder.jar \
file:lib/bundle/tablelayout.jar
oscar.auto.start.2= \
file:sc-bundles/util.jar
oscar.auto.start.3= \
file:sc-bundles/configuration.jar \
file:sc-bundles/fileaccess.jar \
file:sc-bundles/protocol.jar \
file:sc-bundles/media.jar \
file:sc-bundles/protocol-icq.jar \
file:sc-bundles/protocol-jabber.jar \
file:sc-bundles/netaddr.jar \
file:sc-bundles/meta-cl.jar
oscar.auto.start.4= \
file:sc-bundles/history.jar \
file:sc-bundles/msghistory.jar
oscar.auto.start.66= \
file:sc-bundles/swing-ui.jar
oscar.auto.start.67= \
file:sc-bundles/icqaccregwizz.jar \
file:sc-bundles/jabberaccregwizz.jar
# Uncomment the following lines if you want to run the architect viewer
# bundle.
#oscar.auto.start.100= \
# file:lib/bundle/architectureviewer1.1.jar
#Specify the directory where oscar should deploy its bundles
oscar.cache.profiledir=sip-communicator.bin
oscar.startlevel.framework=100
oscar.startlevel.bundle=100
#
# Bundle config properties.
#
#org.osgi.service.http.port=8080
#osgi.shell.telnet=on
#oscar.repository.url=file:/home/rickhall/projects/noscar/repository.xml
|