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.
jitsi/lib/felix.unit.test.properties

154 lines
4.6 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.extra= org.osgi.framework; ; version=1.3.0, \
javax.swing; \
javax.swing.event; \
javax.swing.border; \
javax.swing.table; \
javax.swing.text; \
javax.swing.text.html; \
javax.swing.plaf; \
javax.swing.plaf.basic; \
javax.imageio;\
org.w3c.dom; \
org.xml.sax; \
org.xml.sax.helpers; \
org.xml.sax.ext; \
sun.misc; \
sun.security.action; \
javax.xml.parsers;\
org.apache.xml.serialize;\
javax.xml.transform;\
javax.xml.transform.dom;\
javax.xml.transform.stream;\
net.java.stun4j;\
net.java.stun4j.client;\
javax.sound;\
javax.sound.sampled; \
quicktime; \
quicktime.std.sg; \
quicktime.qd; \
quicktime.util; \
quicktime.std.image; \
javax.naming; \
javax.naming.directory; \
javax.net; \
javax.net.ssl; \
gnu.java.zrtp; \
gnu.java.zrtp.packets; \
gnu.java.zrtp.utils; \
gnu.java.zrtp.zidfile; \
com.apple.cocoa.foundation; \
org.jdesktop.jdic.tray; \
org.jdesktop.jdic.desktop; \
com.apple.cocoa.application; \
javax.crypto; \
javax.crypto.spec; \
javax.crypto.interfaces; \
sun.awt.shell; \
sun.net.util; \
java.io; \
java.math; \
java.nio; \
java.security; \
java.security.interfaces; \
java.security.spec;
#
# 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 \
#
felix.auto.start.1= \
file:lib/bundle/junit.jar
# file:lib/bundle/shell.jar \
# file:lib/bundle/bundlerepository.jar \
# file:lib/bundle/servicebinder.jar \
felix.auto.start.2= \
reference:file:sc-bundles/util.jar \
reference:file:lib/bundle/log4j.jar \
reference:file:lib/bundle/commons-logging.jar
felix.auto.start.3= \
reference:file:sc-bundles/fileaccess.jar
felix.auto.start.4= \
reference:file:sc-bundles/configuration.jar \
reference:file:sc-bundles/ui-service.jar \
reference:file:sc-bundles/argdelegation-service.jar \
reference:file:sc-bundles/resourcemanager.jar \
reference:file:sc-bundles/defaultresources.jar \
reference:file:sc-bundles/jfontchooserlib.jar \
reference:file:sc-bundles/version.jar \
reference:file:sc-bundles/version-impl.jar \
reference:file:sc-bundles/keybindings.jar \
reference:file:sc-bundles/netaddr.jar
felix.auto.start.5= \
reference:file:sc-bundles/bouncycastle.jar \
reference:file:sc-bundles/zrtp4j.jar \
reference:file:sc-bundles/protocol.jar \
reference:file:lib/bundle/httpcore.jar
felix.auto.start.6= \
reference:file:sc-bundles/contactlist.jar \
reference:file:sc-bundles/history.jar \
reference:file:sc-bundles/protocol-icq.jar \
reference:file:sc-bundles/smacklib.jar \
reference:file:sc-bundles/protocol-rss.jar \
reference:file:sc-bundles/neomedia.jar \
reference:file:sc-bundles/protocol-jabber.jar \
reference:file:sc-bundles/protocol-msn.jar \
reference:file:sc-bundles/protocol-sip.jar \
reference:file:sc-bundles/protocol-yahoo.jar \
reference:file:sc-bundles/protocol-gibberish.jar \
reference:file:sc-bundles/protocol-mock.jar \
reference:file:sc-bundles/meta-cl.jar \
reference:file:sc-bundles/msghistory.jar \
reference:file:sc-bundles/callhistory.jar \
reference:file:sc-bundles/filehistory.jar \
reference:file:sc-bundles/metahistory.jar \
reference:file:sc-bundles/notification.jar \
reference:file:sc-bundles/osdependent.jar
felix.auto.start.7= \
reference:file:sc-bundles/slickless.jar \
reference:file:sc-bundles/configuration-slick.jar \
reference:file:sc-bundles/netaddr-slick.jar \
reference:file:sc-bundles/fileaccess-slick.jar \
reference:file:sc-bundles/history-slick.jar \
reference:file:sc-bundles/meta-cl-slick.jar \
reference:file:sc-bundles/protocol-sip-slick.jar \
reference:file:sc-bundles/protocol-jabber-slick.jar \
reference:file:sc-bundles/protocol-msn-slick.jar \
reference:file:sc-bundles/protocol-yahoo-slick.jar \
reference:file:sc-bundles/protocol-gibberish-slick.jar \
reference:file:sc-bundles/protocol-icq-slick.jar \
reference:file:sc-bundles/protocol-rss-slick.jar \
reference:file:sc-bundles/msghistory-slick.jar \
reference:file:sc-bundles/metahistory-slick.jar \
reference:file:sc-bundles/callhistory-slick.jar \
reference:file:sc-bundles/popupmessagehandler-slick.jar
felix.auto.start.100= \
reference:file:sc-bundles/slick-runner.jar
#Specify the directory where oscar should deploy its bundles
org.osgi.framework.storage=sip-communicator.utest.bin
org.osgi.framework.startlevel=100
felix.startlevel.framework=100
felix.startlevel.bundle=100
felix.embedded.execution=true