diff options
author | Ingo Bauersachs <ingo@jitsi.org> | 2016-04-11 23:36:22 +0200 |
---|---|---|
committer | Ingo Bauersachs <ingo@jitsi.org> | 2016-04-12 23:36:44 +0200 |
commit | cd62892c2706370b23d334ee28e07b2090269090 (patch) | |
tree | 90f81b44348f53aa431342c474003c7069776534 /lib/felix.client.run.properties | |
parent | 3c2285cccee21c9bb4d5618279e0093097295b5b (diff) | |
download | jitsi-cd62892c2706370b23d334ee28e07b2090269090.zip jitsi-cd62892c2706370b23d334ee28e07b2090269090.tar.gz jitsi-cd62892c2706370b23d334ee28e07b2090269090.tar.bz2 |
Update ice4j and jain-sip dependencies
* ice4j: v1.0
* jain-sip-api: move to FLOSS version from Opentelecoms (v1.2)
* jain-sdp-api: move to FLOSS version from Opentelecoms (v1.0)
* jain-sip-ri:
jitsi branch with oss-only components, based on 1.2.279
(tag v1.2.279-jitsi-oss1)
* sdp-nist-bridge: v1.1
These libraries are used as released on Maven Central.
* Update OSGi manifests
Now that jain-sip and ice4j are no longer directly bundled,
import the required packages.
Diffstat (limited to 'lib/felix.client.run.properties')
-rw-r--r-- | lib/felix.client.run.properties | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/lib/felix.client.run.properties b/lib/felix.client.run.properties index 82ff800..15e34f2 100644 --- a/lib/felix.client.run.properties +++ b/lib/felix.client.run.properties @@ -25,7 +25,9 @@ org.osgi.framework.system.packages.extra= \ sun.net.dns; \ sun.security.action; \ sun.security.pkcs11;\ - sun.audio + sun.audio;\ + sun.nio.ch;\ + com.sun.nio.sctp felix.auto.start.5=reference:file:sc-bundles/splash-screen.jar @@ -45,6 +47,14 @@ felix.auto.start.10= \ reference:file:sc-bundles/slf4j-api.jar \ reference:file:sc-bundles/weupnp.jar +felix.auto.start.11= \ + reference:file:sc-bundles/sip-api.jar \ + reference:file:sc-bundles/sdp-api.jar \ + reference:file:sc-bundles/jain-sip-ri.jar \ + reference:file:sc-bundles/java-sdp-nist-bridge.jar \ + reference:file:sc-bundles/ice4j.jar + + # file:lib/bundle/shell.jar \ # file:lib/bundle/servicebinder.jar \ # file:lib/bundle/tablelayout.jar |