diff --git a/lib/oscar.client.run.properties b/lib/oscar.client.run.properties deleted file mode 100644 index b5f89c3d8..000000000 --- a/lib/oscar.client.run.properties +++ /dev/null @@ -1,94 +0,0 @@ -# -# 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; \ - net.java.stun4j; \ - net.java.stun4j.client; \ - net.java.stun4j.StunAddress; \ - net.java.stun4j.StunException; \ - javax.net.ssl; \ - javax.naming; \ - javax.naming.directory; \ - javax.sound;\ - javax.sound.sampled; \ - edu.stanford.ejalbert; \ - edu.stanford.ejalbert.exception; \ - edu.stanford.ejalbert.exceptionhandler; - -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/fileaccess.jar \ - file:sc-bundles/protocol.jar \ - file:sc-bundles/media.jar \ - file:sc-bundles/protocol-icq.jar \ - file:sc-bundles/protocol-sip.jar \ - file:sc-bundles/protocol-jabber.jar \ - file:sc-bundles/protocol-msn.jar \ - file:sc-bundles/netaddr.jar \ - file:sc-bundles/meta-cl.jar - -oscar.auto.start.4= \ - file:sc-bundles/history.jar \ - file:sc-bundles/msghistory.jar \ - file:sc-bundles/callhistory.jar - - - oscar.auto.start.66= \ - file:sc-bundles/swing-ui.jar - - oscar.auto.start.67= \ - file:sc-bundles/icqaccregwizz.jar \ - file:sc-bundles/sipaccregwizz.jar \ - file:sc-bundles/jabberaccregwizz.jar \ - file:sc-bundles/msnaccregwizz.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 -oscar.embedded.execution=false diff --git a/lib/oscar.unit.test.properties b/lib/oscar.unit.test.properties deleted file mode 100644 index ab5d14e30..000000000 --- a/lib/oscar.unit.test.properties +++ /dev/null @@ -1,87 +0,0 @@ -# -# 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; \ - sun.security.action; \ - javax.xml.parsers;\ - org.apache.xml.serializer;\ - javax.xml.transform;\ - javax.xml.transform.dom;\ - javax.xml.transform.stream;\ - net.java.stun4j;\ - net.java.stun4j.client;\ - javax.sound;\ - javax.sound.sampled; \ - javax.naming; \ - javax.naming.directory; \ - javax.net.ssl; - -# -# 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.jar \ - file:sc-bundles/fileaccess.jar \ - file:sc-bundles/history.jar \ - file:sc-bundles/protocol-icq.jar \ - file:sc-bundles/protocol-jabber.jar \ - file:sc-bundles/protocol-msn.jar \ - file:sc-bundles/protocol-sip.jar \ - file:sc-bundles/media.jar \ - file:sc-bundles/meta-cl.jar \ - file:sc-bundles/msghistory.jar \ - file:sc-bundles/callhistory.jar - -oscar.auto.start.5= \ - file:sc-bundles/slickless.jar \ - file:sc-bundles/configuration-slick.jar \ - file:sc-bundles/protocol.jar \ - file:sc-bundles/protocol-mock.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 \ - file:sc-bundles/protocol-sip-slick.jar \ - file:sc-bundles/protocol-jabber-slick.jar \ - file:sc-bundles/protocol-msn-slick.jar \ - file:sc-bundles/msghistory-slick.jar \ - file:sc-bundles/callhistory-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