# # 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;\ 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/netaddr.jar oscar.auto.start.4= \ file:sc-bundles/protocol-sip.jar \ file:sc-bundles/fileaccess.jar \ file:sc-bundles/history.jar \ file:sc-bundles/protocol-icq.jar \ file:sc-bundles/media.jar \ file:sc-bundles/meta-cl.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/fileaccess-slick.jar \ file:sc-bundles/history-slick.jar \ file:sc-bundles/meta-cl-slick.jar \ file:sc-bundles/protocol-icq-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