mirror of https://github.com/sipwise/jitsi.git
parent
ad68448c6b
commit
711e49d198
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,97 @@
|
||||
#
|
||||
# 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;
|
||||
|
||||
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.3= \
|
||||
reference:file:sc-bundles/configuration.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/netaddr.jar \
|
||||
reference:file:sc-bundles/meta-cl.jar
|
||||
|
||||
felix.auto.start.4= \
|
||||
reference:file:sc-bundles/history.jar \
|
||||
reference:file:sc-bundles/msghistory.jar \
|
||||
reference:file:sc-bundles/callhistory.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
|
||||
|
||||
# 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
|
||||
Binary file not shown.
@ -0,0 +1,89 @@
|
||||
#
|
||||
# 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 \
|
||||
#
|
||||
|
||||
felix.auto.start.1= file:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar \
|
||||
file:lib/bundle/junit.jar
|
||||
# file:lib/bundle/shell.jar \
|
||||
# file:lib/bundle/bundlerepository.jar \
|
||||
# file:lib/bundle/servicebinder.jar \
|
||||
#
|
||||
|
||||
felix.auto.start.2= \
|
||||
file:sc-bundles/util.jar
|
||||
|
||||
felix.auto.start.3= \
|
||||
file:sc-bundles/configuration.jar \
|
||||
file:sc-bundles/netaddr.jar
|
||||
|
||||
felix.auto.start.4= \
|
||||
file:sc-bundles/protocol.jar \
|
||||
file:sc-bundles/contactlist.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
|
||||
|
||||
felix.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
|
||||
|
||||
felix.auto.start.100= \
|
||||
file:sc-bundles/slick-runner.jar
|
||||
|
||||
#Specify the directory where oscar should deploy its bundles
|
||||
felix.cache.profiledir=sip-communicator.utest.bin
|
||||
|
||||
felix.startlevel.framework=100
|
||||
felix.startlevel.bundle=100
|
||||
|
||||
felix.embedded.execution=true
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1,2 +1,2 @@
|
||||
export JAVA_HOME=jre
|
||||
${JAVA_HOME}/bin/java -classpath "lib/JainSipApi1.1.jar:lib/Stun4J.jar:lib/architectureviewer1.1.jar:lib/bcprov-jdk14-130.jar:lib/joscar-0.9.4-cvs-bin.jar:lib/moduleloader.jar:lib/nist-sdp-1.0.jar:lib/nist-sip-1.2.jar:lib/oscar-aim.jar:lib/oscar.jar:lib/osgi.jar:lib/retroweaver-rt.jar:lib/retroweaver.jar:lib/servicebinder.jar:lib/BrowserLauncher2-10rc4.jar:lib/sip-sdp.jar:lib/cindy.jar:lib/commons-logging.jar:lib/jml-1.0a3.jar" -Dicq.custom.message.charset=windows-1251 -Doscar.config.properties=file:./lib/oscar.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.ungoverned.oscar.Main
|
||||
${JAVA_HOME}/bin/java -classpath "lib/JainSipApi1.1.jar:lib/Stun4J.jar:lib/architectureviewer1.1.jar:lib/bcprov-jdk14-130.jar:lib/joscar-0.9.4-cvs-bin.jar:lib/nist-sdp-1.0.jar:lib/nist-sip-1.2.jar:lib/oscar-aim.jar:lib/felix.jar:lib/kxml-min.jar:lib/retroweaver-rt.jar:lib/retroweaver.jar:lib/servicebinder.jar:lib/BrowserLauncher2-10rc4.jar:lib/sip-sdp.jar:lib/cindy.jar:lib/commons-logging.jar:lib/jml-1.0a3.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main
|
||||
|
||||
@ -1 +1 @@
|
||||
start javaw -classpath "lib/JainSipApi1.1.jar;lib/Stun4J.jar;lib/architectureviewer1.1.jar;lib/bcprov-jdk14-130.jar;lib/joscar-0.9.4-cvs-bin.jar;lib/moduleloader.jar;lib/nist-sdp-1.0.jar;lib/nist-sip-1.2.jar;lib/oscar-aim.jar;lib/oscar.jar;lib/osgi.jar;lib/retroweaver-rt.jar;lib/retroweaver.jar;lib/servicebinder.jar;lib/BrowserLauncher2-10rc4.jar;lib/sip-sdp.jar;lib/cindy.jar;lib/commons-logging.jar;lib/jml-1.0a3.jar" -Dicq.custom.message.charset=windows-1251 -Doscar.config.properties=file:./lib/oscar.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.ungoverned.oscar.Main
|
||||
start javaw -classpath "lib/JainSipApi1.1.jar;lib/Stun4J.jar;lib/architectureviewer1.1.jar;lib/bcprov-jdk14-130.jar;lib/joscar-0.9.4-cvs-bin.jar;lib/nist-sdp-1.0.jar;lib/nist-sip-1.2.jar;lib/oscar-aim.jar;lib/felix.jar;lib/kxml-min.jar;lib/retroweaver-rt.jar;lib/retroweaver.jar;lib/servicebinder.jar;lib/BrowserLauncher2-10rc4.jar;lib/sip-sdp.jar;lib/cindy.jar;lib/commons-logging.jar;lib/jml-1.0a3.jar" -Dicq.custom.message.charset=windows-1251 -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main
|
||||
|
||||
@ -0,0 +1,8 @@
|
||||
Bundle-Name: Contactlist Service Interfaces
|
||||
Bundle-Description: Contactlist Service.
|
||||
Bundle-Vendor: sip-communicator.org
|
||||
Bundle-Version: 0.0.1
|
||||
Import-Package: org.osgi.framework,
|
||||
net.java.sip.communicator.service.protocol
|
||||
Export-Package: net.java.sip.communicator.service.contactlist,
|
||||
net.java.sip.communicator.service.contactlist.event
|
||||
Loading…
Reference in new issue