mirror of https://github.com/sipwise/jitsi.git
replacing with a sed script that adds macosx specific lines to the main felix.client.run.properties file.cusax-fix
parent
e15dc0a09d
commit
7b24858029
@ -1,98 +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; \
|
||||
javax.net.ssl; \
|
||||
javax.naming; \
|
||||
javax.naming.directory; \
|
||||
javax.sound;\
|
||||
javax.sound.sampled; \
|
||||
edu.stanford.ejalbert; \
|
||||
edu.stanford.ejalbert.exception; \
|
||||
edu.stanford.ejalbert.exceptionhandler; \
|
||||
com.growl;
|
||||
|
||||
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/version.jar \
|
||||
reference:file:sc-bundles/version-impl.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 \
|
||||
reference:file:sc-bundles/growlnotification.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 \
|
||||
reference:file:sc-bundles/shutdown.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
|
||||
Loading…
Reference in new issue