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.
80 lines
2.0 KiB
80 lines
2.0 KiB
#
|
|
# Oscar configuration properties.
|
|
# This file configures the OSCAR framework to run sip-communicator unit tests
|
|
# and Service Implementation Compatibility Kits
|
|
#
|
|
org.osgi.framework.system.packages= org.osgi.framework; \
|
|
javax.swing; \
|
|
javax.swing.event; \
|
|
javax.swing.table; \
|
|
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;\
|
|
javax.sound.sampled;\
|
|
com.sun.media.protocol.javasound;\
|
|
com.sun.media.protocol.v4l;\
|
|
net.java.stun4j; \
|
|
net.java.stun4j.StunAddress;\
|
|
net.java.stun4j.StunException;\
|
|
net.java.stun4j.client;\
|
|
org.apache.tools.ant.taskdefs.optional.junit;
|
|
|
|
|
|
#
|
|
# In case you want testing to run using oscar's graphical ui then uncomment
|
|
#
|
|
# the following and copy/paste them after the shell.jar bundle
|
|
# file:lib/bundle/shellgui.jar \
|
|
# file:lib/bundle/shellplugin.jar \
|
|
# file:lib/bundle/tablelayout.jar \
|
|
#
|
|
|
|
oscar.auto.start.1= \
|
|
file:lib/bundle/shell.jar \
|
|
file:lib/bundle/bundlerepository.jar \
|
|
file:lib/bundle/servicebinder.jar \
|
|
file:lib/bundle/junit.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/protocol-sip.jar \
|
|
file:sc-bundles/resources.jar \
|
|
file:sc-bundles/history.jar
|
|
|
|
oscar.auto.start.5= \
|
|
file:sc-bundles/slickless.jar \
|
|
file:sc-bundles/configuration-slick.jar \
|
|
file:sc-bundles/media-slick.jar \
|
|
file:sc-bundles/netaddr-slick.jar \
|
|
file:sc-bundles/resources-slick.jar \
|
|
file:sc-bundles/history-slick.jar
|
|
|
|
|
|
oscar.auto.start.100= \
|
|
file:sc-bundles/slick-runner.jar
|
|
|
|
#Specify the directory where oscar should deploy its bundles
|
|
oscar.cache.profiledir=sip-communicator.utest.bin
|
|
|
|
oscar.startlevel.framework=100
|
|
oscar.startlevel.bundle=100
|
|
|
|
oscar.embedded.execution=true
|