mirror of https://github.com/sipwise/jitsi.git
2. Fix overriding character encoding for icq messages in installers. Discussed with Pavel.cusax-fix
parent
ba1491c343
commit
2dfda98983
@ -0,0 +1,13 @@
|
||||
Bundle-Name: Smack Lib Provider
|
||||
Bundle-Description: Smack Lib Provider
|
||||
Bundle-Vendor: sip-communicator.org
|
||||
Bundle-Version: 0.0.1
|
||||
Import-Package: javax.net.ssl
|
||||
Export-Package: org.jivesoftware.smack,
|
||||
org.jivesoftware.smack.packet,
|
||||
org.jivesoftware.smack.provider,
|
||||
org.jivesoftware.smack.util,
|
||||
org.jivesoftware.smack.filter,
|
||||
org.jivesoftware.smackx,
|
||||
org.jivesoftware.smackx.muc,
|
||||
org.jivesoftware.smackx.packet
|
||||
@ -1,4 +1,4 @@
|
||||
mkdir -p $HOME/.sip-communicator/log
|
||||
|
||||
export PATH=$PATH:native
|
||||
java -classpath "lib/jdic-all.jar:lib/jdic_stub.jar:lib/felix.jar:lib/kxml-min.jar:lib/servicebinder.jar:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar:sc-bundles/util.jar" -Djava.library.path=native -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
|
||||
java -classpath "lib/jdic-all.jar:lib/jdic_stub.jar:lib/felix.jar:lib/kxml-min.jar:lib/servicebinder.jar:lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar:sc-bundles/util.jar" -Djava.library.path=native -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
mkdir "%UserProfile%/.sip-communicator/log"
|
||||
set PATH=%PATH%;native
|
||||
start javaw -classpath "lib/jdic-all.jar;lib/jdic_stub.jar;lib/felix.jar;lib/kxml-min.jar;lib/servicebinder.jar;lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar;sc-bundles/util.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
|
||||
start javaw -classpath "lib/jdic-all.jar;lib/jdic_stub.jar;lib/felix.jar;lib/kxml-min.jar;lib/servicebinder.jar;lib/bundle/org.apache.felix.servicebinder-0.8.0-SNAPSHOT.jar;sc-bundles/util.jar" -Dfelix.config.properties=file:./lib/felix.client.run.properties -Djava.util.logging.config.file=lib/logging.properties org.apache.felix.main.Main
|
||||
|
||||
Loading…
Reference in new issue