mirror of https://github.com/sipwise/jitsi.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
1.5 KiB
68 lines
1.5 KiB
#
|
|
# Framework config properties.
|
|
#
|
|
org.osgi.framework.system.packages= org.osgi.framework; \
|
|
javax.swing;\
|
|
javax.swing.event;\
|
|
javax.swing.table;\
|
|
javax.swing.text; \
|
|
javax.accessibility; \
|
|
javax.swing.plaf; \
|
|
javax.swing.tree; \
|
|
javax.swing.undo; \
|
|
javax.swing.event; \
|
|
javax.swing.border; \
|
|
org.w3c.dom;\
|
|
org.xml.sax;\
|
|
javax.xml.parsers;\
|
|
org.jaxen; \
|
|
org.jaxen.dom; \
|
|
org.jaxen.saxpath; \
|
|
org.apache.xml.serializer;\
|
|
javax.xml.transform;\
|
|
javax.xml.transform.dom;\
|
|
javax.xml.transform.stream;\
|
|
javax.media;\
|
|
javax.media.format;\
|
|
javax.media.protocol;\
|
|
net.java.stun4j;\
|
|
net.java.stun4j.client;\
|
|
net.java.stun4j.StunAddress;\
|
|
net.java.stun4j.StunException;
|
|
|
|
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/media.jar \
|
|
file:sc-bundles/netaddr.jar
|
|
|
|
oscar.auto.start.4= \
|
|
file:sc-bundles/fileaccess.jar \
|
|
file:sc-bundles/history.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
|