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.
102 lines
2.9 KiB
102 lines
2.9 KiB
#
|
|
# 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; \
|
|
sun.security.action; \
|
|
javax.net.ssl; \
|
|
javax.naming; \
|
|
javax.naming.directory; \
|
|
javax.sound;\
|
|
javax.sound.sampled; \
|
|
edu.stanford.ejalbert; \
|
|
edu.stanford.ejalbert.exception; \
|
|
edu.stanford.ejalbert.exceptionhandler;
|
|
|
|
felix.auto.start.1= reference:file:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar
|
|
#reference:file:lib/bundle/org.apache.felix.bundlerepository-0.8.0-SNAPSHOT.jar
|
|
#\
|
|
# file:lib/bundle/shell.jar \
|
|
# \
|
|
# file:lib/bundle/servicebinder.jar \
|
|
# file:lib/bundle/tablelayout.jar
|
|
|
|
felix.auto.start.2= \
|
|
reference:file:sc-bundles/util.jar
|
|
|
|
|
|
felix.auto.start.4= \
|
|
reference:file:sc-bundles/configuration.jar \
|
|
reference:file:sc-bundles/version.jar \
|
|
reference:file:sc-bundles/version-impl.jar \
|
|
reference:file:sc-bundles/splashscreen.jar \
|
|
reference:file:sc-bundles/fileaccess.jar \
|
|
reference:file:sc-bundles/protocol.jar \
|
|
reference:file:sc-bundles/contactlist.jar \
|
|
reference:file:sc-bundles/media.jar \
|
|
reference:file:sc-bundles/protocol-icq.jar \
|
|
reference:file:sc-bundles/protocol-sip.jar \
|
|
reference:file:sc-bundles/protocol-jabber.jar \
|
|
reference:file:sc-bundles/protocol-msn.jar \
|
|
reference:file:sc-bundles/protocol-yahoo.jar \
|
|
reference:file:sc-bundles/netaddr.jar \
|
|
reference:file:sc-bundles/meta-cl.jar
|
|
|
|
felix.auto.start.5= \
|
|
reference:file:sc-bundles/history.jar \
|
|
reference:file:sc-bundles/msghistory.jar \
|
|
reference:file:sc-bundles/callhistory.jar \
|
|
reference:file:sc-bundles/audionotifier.jar
|
|
|
|
|
|
felix.auto.start.66= \
|
|
reference:file:sc-bundles/swing-ui.jar
|
|
|
|
felix.auto.start.67= \
|
|
reference:file:sc-bundles/icqaccregwizz.jar \
|
|
reference:file:sc-bundles/sipaccregwizz.jar \
|
|
reference:file:sc-bundles/jabberaccregwizz.jar \
|
|
reference:file:sc-bundles/msnaccregwizz.jar \
|
|
reference:file:sc-bundles/yahooaccregwizz.jar \
|
|
reference:file:sc-bundles/shutdown.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
|
|
felix.cache.profiledir=sip-communicator.bin
|
|
|
|
|
|
felix.startlevel.framework=100
|
|
felix.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
|
|
oscar.embedded.execution=false
|